Searched refs:nf_ct_ext_types (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_extend.c19 static struct nf_ct_ext_type *nf_ct_ext_types[NF_CT_EXT_NUM]; variable in typeref:struct:nf_ct_ext_type
33 t = rcu_dereference(nf_ct_ext_types[i]);
54 t = rcu_dereference(nf_ct_ext_types[id]);
94 t = rcu_dereference(nf_ct_ext_types[id]);
111 t = rcu_dereference(nf_ct_ext_types[i]);
143 t1 = nf_ct_ext_types[i];
151 t2 = nf_ct_ext_types[j];
168 if (nf_ct_ext_types[type->id]) {
177 rcu_assign_pointer(nf_ct_ext_types[type->id], type);
189 rcu_assign_pointer(nf_ct_ext_types[typ
[all...]

Completed in 64 milliseconds