#include <internal.h>
|
| unsigned int | flags |
| |
| int(* | init )(void) |
| |
| void(* | close )(void) |
| |
| struct { |
| void * data |
| |
void(* new )(struct nf_conntrack *ct, int
origin_type) |
| |
void(* upd )(struct nf_conntrack *ct, int
origin_type) |
| |
int(* del )(struct nf_conntrack *ct, int
origin_type) |
| |
| void(* dump )(int fd, int type) |
| |
| void(* populate )(struct nf_conntrack *ct) |
| |
| void(* purge )(void) |
| |
int(* resync )(enum nf_conntrack_msg_type
type, struct nf_conntrack *ct,
void *data) |
| |
| void(* flush )(void) |
| |
| void(* stats )(int fd) |
| |
| void(* stats_ext )(int fd) |
| |
| } | ct |
| |
| struct { |
| void * data |
| |
void(* new )(struct nf_expect *exp, int
origin_type) |
| |
void(* upd )(struct nf_expect *exp, int
origin_type) |
| |
int(* del )(struct nf_expect *exp, int
origin_type) |
| |
int(* find )(const struct nf_conntrack
*master) |
| |
| void(* dump )(int fd, int type) |
| |
| void(* populate )(struct nf_expect *exp) |
| |
| void(* purge )(void) |
| |
int(* resync )(enum nf_conntrack_msg_type
type, struct nf_expect *exp,
void *data) |
| |
| void(* flush )(void) |
| |
| void(* stats )(int fd) |
| |
| void(* stats_ext )(int fd) |
| |
| } | exp |
| |
| void(* internal_handler::close)(void) |
| struct { ... } internal_handler::ct |
| void* internal_handler::data |
| void(* internal_handler::dump)(int fd, int type) |
| struct { ... } internal_handler::exp |
| void(* internal_handler::flush)(void) |
| int(* internal_handler::init)(void) |
| void(* internal_handler::purge)(void) |
| void(* internal_handler::stats)(int fd) |
| void(* internal_handler::stats_ext)(int fd) |
The documentation for this struct was generated from the following file: