#include <external.h>
Data Fields | |
int(* | init )(void) |
void(* | close )(void) |
struct { | |
void(* new )(struct nf_conntrack *ct) | |
void(* upd )(struct nf_conntrack *ct) | |
void(* del )(struct nf_conntrack *ct) | |
void(* dump )(int fd, int type) | |
void(* flush )(void) | |
int(* commit )(struct nfct_handle *h, int fd) | |
void(* stats )(int fd) | |
void(* stats_ext )(int fd) | |
} | ct |
struct { | |
void(* new )(struct nf_expect *exp) | |
void(* upd )(struct nf_expect *exp) | |
void(* del )(struct nf_expect *exp) | |
void(* dump )(int fd, int type) | |
void(* flush )(void) | |
int(* commit )(struct nfct_handle *h, int fd) | |
void(* stats )(int fd) | |
void(* stats_ext )(int fd) | |
} | exp |
void(* external_handler::close)(void) |
int(* external_handler::commit)(struct nfct_handle *h, int fd) |
struct { ... } external_handler::ct |
void(* external_handler::dump)(int fd, int type) |
struct { ... } external_handler::exp |
void(* external_handler::flush)(void) |
int(* external_handler::init)(void) |
void(* external_handler::stats)(int fd) |
void(* external_handler::stats_ext)(int fd) |