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

Data Structures

struct  ct_template
 struct ct_template More...
 

Macros

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

Functions

struct exprct_expr_alloc (const struct location *loc, enum nft_ct_keys key)
 
void ct_expr_update_type (struct proto_ctx *ctx, struct expr *expr)
 

Macro Definition Documentation

#define CT_TEMPLATE (   __token,
  __dtype,
  __byteorder,
  __len 
)
Value:
{ \
.token = (__token), \
.dtype = (__dtype), \
.byteorder = (__byteorder), \
.len = (__len), \
}
int len
Definition: utils.c:56

Function Documentation

struct expr* ct_expr_alloc ( const struct location loc,
enum nft_ct_keys  key 
)