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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/netfilter/
H A Dnf_nat_core.c773 BUG_ON(nf_ct_nat_offset != NULL);
774 rcu_assign_pointer(nf_ct_nat_offset, nf_nat_get_offset);
789 rcu_assign_pointer(nf_ct_nat_offset, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/netfilter/
H A Dnf_conntrack.h269 extern s16 (*nf_ct_nat_offset)(const struct nf_conn *ct,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_proto_tcp.c502 typeof(nf_ct_nat_offset) get_offset = rcu_dereference(nf_ct_nat_offset);
H A Dnf_conntrack_core.c2100 s16 (*nf_ct_nat_offset)(const struct nf_conn *ct, variable
2103 EXPORT_SYMBOL_GPL(nf_ct_nat_offset); variable
2124 rcu_assign_pointer(nf_ct_nat_offset, NULL);

Completed in 64 milliseconds