netfilter
firewalling, NAT, and packet mangling for linux
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
meta.h File Reference
This graph shows which files directly or indirectly include this file:

Data Structures

struct  meta_template
 struct meta_template - template for meta expressions and statements More...
 

Macros

#define META_TEMPLATE(__token, __dtype, __len, __byteorder)
 

Functions

struct exprmeta_expr_alloc (const struct location *loc, enum nft_meta_keys key)
 

Macro Definition Documentation

#define META_TEMPLATE (   __token,
  __dtype,
  __len,
  __byteorder 
)
Value:
{ \
.token = (__token), \
.dtype = (__dtype), \
.len = (__len), \
.byteorder = (__byteorder), \
}
byteorder
enum byteorder
Definition: datatype.h:95

Function Documentation

struct expr* meta_expr_alloc ( const struct location loc,
enum nft_meta_keys  key 
)