nf_ct_nat_ext_add   46 include/net/netfilter/nf_nat.h struct nf_conn_nat *nf_ct_nat_ext_add(struct nf_conn *ct);
nf_ct_nat_ext_add   55 net/ipv4/netfilter/nf_nat_pptp.c 	nat = nf_ct_nat_ext_add(ct);
nf_ct_nat_ext_add  597 net/netfilter/nf_nat_core.c EXPORT_SYMBOL_GPL(nf_ct_nat_ext_add);
nf_ct_nat_ext_add   48 net/netfilter/nf_nat_masquerade.c 	nat = nf_ct_nat_ext_add(ct);
nf_ct_nat_ext_add  176 net/netfilter/nf_nat_masquerade.c 	nat = nf_ct_nat_ext_add(ct);
nf_ct_nat_ext_add  875 net/openvswitch/conntrack.c 	if (!nf_ct_is_confirmed(ct) && !nf_ct_nat_ext_add(ct))
nf_ct_nat_ext_add  339 net/sched/act_ct.c 	if (!nf_ct_is_confirmed(ct) && !nf_ct_nat_ext_add(ct))