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