#include <object.h>
Data Fields | |
struct nfct_tuple_head | head |
struct __nfct_tuple | repl |
struct __nfct_tuple | master |
u_int32_t | timeout |
u_int32_t | mark |
u_int32_t | secmark |
u_int32_t | status |
u_int32_t | use |
u_int32_t | id |
u_int16_t | zone |
char | helper_name [NFCT_HELPER_NAME_MAX] |
char * | secctx |
union __nfct_protoinfo | protoinfo |
struct __nfct_counters | counters [__DIR_MAX] |
struct __nfct_nat | snat |
struct __nfct_nat | dnat |
struct { | |
u_int32_t correction_pos | |
u_int32_t offset_before | |
u_int32_t offset_after | |
} | natseq [__DIR_MAX] |
struct { | |
u_int64_t start | |
u_int64_t stop | |
} | timestamp |
void * | helper_info |
size_t | helper_info_len |
struct nfct_bitmask * | connlabels |
struct nfct_bitmask * | connlabels_mask |
struct nfct_bitmask* nf_conntrack::connlabels |
Referenced by __copy_fast(), and nfct_destroy().
struct nfct_bitmask* nf_conntrack::connlabels_mask |
Referenced by __copy_fast(), and nfct_destroy().
u_int32_t nf_conntrack::correction_pos |
struct __nfct_counters nf_conntrack::counters[__DIR_MAX] |
struct __nfct_nat nf_conntrack::dnat |
struct nfct_tuple_head nf_conntrack::head |
Referenced by __build_conntrack(), __parse_conntrack(), __snprintf_conntrack_default(), __snprintf_conntrack_xml(), __snprintf_protocol(), nfct_attr_grp_is_set(), nfct_attr_grp_unset(), nfct_attr_is_set(), nfct_attr_is_set_array(), nfct_attr_unset(), nfct_copy(), nfct_copy_attr(), nfct_get_attr(), nfct_get_attr_grp(), nfct_nlmsg_build(), and nfct_payload_parse().
void* nf_conntrack::helper_info |
Referenced by __copy_fast(), and nfct_destroy().
size_t nf_conntrack::helper_info_len |
char nf_conntrack::helper_name[NFCT_HELPER_NAME_MAX] |
u_int32_t nf_conntrack::id |
Referenced by __parse_conntrack(), __snprintf_conntrack_xml(), and nfct_payload_parse().
u_int32_t nf_conntrack::mark |
Referenced by __parse_conntrack(), __snprintf_conntrack_xml(), and nfct_payload_parse().
struct __nfct_tuple nf_conntrack::master |
Referenced by __build_conntrack(), __parse_conntrack(), main(), msg2exp(), nfct_nlmsg_build(), and nfct_payload_parse().
struct { ... } nf_conntrack::natseq[__DIR_MAX] |
u_int32_t nf_conntrack::offset_after |
u_int32_t nf_conntrack::offset_before |
union __nfct_protoinfo nf_conntrack::protoinfo |
Referenced by __snprintf_conntrack_xml().
struct __nfct_tuple nf_conntrack::repl |
Referenced by __build_conntrack(), __parse_conntrack(), __snprintf_conntrack_default(), nfct_nlmsg_build(), and nfct_payload_parse().
char* nf_conntrack::secctx |
Referenced by __copy_fast(), __snprintf_conntrack_xml(), and nfct_destroy().
u_int32_t nf_conntrack::secmark |
Referenced by __parse_conntrack(), __snprintf_conntrack_xml(), and nfct_payload_parse().
struct __nfct_nat nf_conntrack::snat |
u_int64_t nf_conntrack::start |
u_int32_t nf_conntrack::status |
Referenced by __parse_conntrack(), __snprintf_conntrack_xml(), nfct_payload_parse(), nl_create_conntrack(), and nl_update_conntrack().
u_int64_t nf_conntrack::stop |
u_int32_t nf_conntrack::timeout |
Referenced by __parse_conntrack(), __snprintf_conntrack_xml(), and nfct_payload_parse().
struct { ... } nf_conntrack::timestamp |
u_int32_t nf_conntrack::use |
Referenced by __parse_conntrack(), __snprintf_conntrack_xml(), and nfct_payload_parse().
u_int16_t nf_conntrack::zone |
Referenced by __parse_conntrack(), __snprintf_conntrack_xml(), and nfct_payload_parse().