netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
proto_hdr_template Struct Reference

struct proto_hdr_template - protocol header field description More...

#include <proto.h>

Collaboration diagram for proto_hdr_template:

Data Fields

const char * token
 
const struct datatypedtype
 
uint16_t offset
 
uint16_t len
 
enum byteorder byteorder
 
enum nft_meta_keys meta_key
 

Detailed Description

struct proto_hdr_template - protocol header field description

: parser token describing the header field : data type of the header field : offset of the header field from base : length of header field : special case: meta expression key

Field Documentation

enum byteorder proto_hdr_template::byteorder

Referenced by payload_expr_alloc().

enum nft_meta_keys proto_hdr_template::meta_key

Referenced by payload_gen_dependency().

uint16_t proto_hdr_template::offset
const char* proto_hdr_template::token

The documentation for this struct was generated from the following file: