Linux Kernel
3.7.1
|
#include <conntrack.h>
Data Fields | |
atomic_t | count |
unsigned int | expect_count |
unsigned int | htable_size |
struct kmem_cache * | nf_conntrack_cachep |
struct hlist_nulls_head * | hash |
struct hlist_head * | expect_hash |
struct hlist_nulls_head | unconfirmed |
struct hlist_nulls_head | dying |
struct ip_conntrack_stat __percpu * | stat |
struct nf_ct_event_notifier __rcu * | nf_conntrack_event_cb |
struct nf_exp_event_notifier __rcu * | nf_expect_event_cb |
int | sysctl_events |
unsigned int | sysctl_events_retry_timeout |
int | sysctl_acct |
int | sysctl_tstamp |
int | sysctl_checksum |
unsigned int | sysctl_log_invalid |
int | sysctl_auto_assign_helper |
bool | auto_assign_helper_warned |
struct nf_ip_net | nf_ct_proto |
char * | slabname |
Definition at line 65 of file conntrack.h.
bool auto_assign_helper_warned |
Definition at line 84 of file conntrack.h.
atomic_t count |
Definition at line 66 of file conntrack.h.
struct hlist_nulls_head dying |
Definition at line 73 of file conntrack.h.
unsigned int expect_count |
Definition at line 67 of file conntrack.h.
struct hlist_head* expect_hash |
Definition at line 71 of file conntrack.h.
struct hlist_nulls_head* hash |
Definition at line 70 of file conntrack.h.
unsigned int htable_size |
Definition at line 68 of file conntrack.h.
struct kmem_cache* nf_conntrack_cachep |
Definition at line 69 of file conntrack.h.
Definition at line 75 of file conntrack.h.
Definition at line 85 of file conntrack.h.
Definition at line 76 of file conntrack.h.
char* slabname |
Definition at line 97 of file conntrack.h.
Definition at line 74 of file conntrack.h.
int sysctl_acct |
Definition at line 79 of file conntrack.h.
int sysctl_auto_assign_helper |
Definition at line 83 of file conntrack.h.
int sysctl_checksum |
Definition at line 81 of file conntrack.h.
int sysctl_events |
Definition at line 77 of file conntrack.h.
unsigned int sysctl_events_retry_timeout |
Definition at line 78 of file conntrack.h.
unsigned int sysctl_log_invalid |
Definition at line 82 of file conntrack.h.
int sysctl_tstamp |
Definition at line 80 of file conntrack.h.
struct hlist_nulls_head unconfirmed |
Definition at line 72 of file conntrack.h.