Lines Matching defs:netns_ct
74 struct netns_ct { struct
75 atomic_t count;
76 unsigned int expect_count;
78 struct delayed_work ecache_dwork;
79 bool ecache_dwork_pending;
82 struct ctl_table_header *sysctl_header;
83 struct ctl_table_header *acct_sysctl_header;
84 struct ctl_table_header *tstamp_sysctl_header;
85 struct ctl_table_header *event_sysctl_header;
86 struct ctl_table_header *helper_sysctl_header;
88 char *slabname;
89 unsigned int sysctl_log_invalid; /* Log invalid packets */
90 int sysctl_events;
91 int sysctl_acct;
92 int sysctl_auto_assign_helper;
93 bool auto_assign_helper_warned;
94 int sysctl_tstamp;
95 int sysctl_checksum;
97 unsigned int htable_size;
98 seqcount_t generation;
99 struct kmem_cache *nf_conntrack_cachep;
100 struct hlist_nulls_head *hash;
101 struct hlist_head *expect_hash;
102 struct ct_pcpu __percpu *pcpu_lists;
103 struct ip_conntrack_stat __percpu *stat;
104 struct nf_ct_event_notifier __rcu *nf_conntrack_event_cb;
105 struct nf_exp_event_notifier __rcu *nf_expect_event_cb;
106 struct nf_ip_net nf_ct_proto;
108 unsigned int labels_used;
109 u8 label_words;
112 struct hlist_head *nat_bysource;
113 unsigned int nat_htable_size;