#include <object.h>
Data Fields | |
struct nfct_tuple_head | master |
struct nfct_tuple_head | expected |
struct nfct_tuple_head | mask |
struct nfct_tuple_head | nat |
u_int32_t | timeout |
u_int32_t | id |
u_int16_t | zone |
u_int32_t | flags |
u_int32_t | class |
char | helper_name [NFCT_HELPER_NAME_MAX] |
u_int32_t | nat_dir |
char | expectfn [__NFCT_EXPECTFN_MAX] |
u_int32_t | set [1] |
u_int32_t nf_expect::class |
Referenced by __parse_expect().
struct nfct_tuple_head nf_expect::expected |
Referenced by __build_expect(), __parse_expect(), __snprintf_expect_default(), nfexp_nlmsg_build(), and nfexp_nlmsg_parse().
char nf_expect::expectfn[__NFCT_EXPECTFN_MAX] |
Referenced by __parse_expect().
u_int32_t nf_expect::flags |
Referenced by __parse_expect(), __snprintf_expect_default(), nfexp_nlmsg_build(), and nfexp_nlmsg_parse().
char nf_expect::helper_name[NFCT_HELPER_NAME_MAX] |
Referenced by __parse_expect(), __snprintf_expect_default(), nfexp_nlmsg_build(), and nfexp_nlmsg_parse().
u_int32_t nf_expect::id |
struct nfct_tuple_head nf_expect::mask |
Referenced by __build_expect(), __parse_expect(), __snprintf_expect_default(), nfexp_nlmsg_build(), and nfexp_nlmsg_parse().
struct nfct_tuple_head nf_expect::master |
Referenced by __build_expect(), __parse_expect(), __snprintf_expect_default(), nfexp_nlmsg_build(), and nfexp_nlmsg_parse().
struct nfct_tuple_head nf_expect::nat |
Referenced by __build_expect(), and __parse_expect().
u_int32_t nf_expect::nat_dir |
Referenced by __build_expect(), and __parse_expect().
u_int32_t nf_expect::set[1] |
u_int32_t nf_expect::timeout |
Referenced by __parse_expect(), nfexp_nlmsg_build(), and nfexp_nlmsg_parse().
u_int16_t nf_expect::zone |
Referenced by __parse_expect(), __snprintf_expect_default(), nfexp_nlmsg_build(), and nfexp_nlmsg_parse().