Home
last modified time | relevance | path

Searched refs:nf_ct_nat_ext_add (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/include/net/netfilter/
Dnf_nat.h49 struct nf_conn_nat *nf_ct_nat_ext_add(struct nf_conn *ct);
/linux-4.1.27/net/netfilter/
Dnf_nat_core.c362 struct nf_conn_nat *nf_ct_nat_ext_add(struct nf_conn *ct) in nf_ct_nat_ext_add() function
373 EXPORT_SYMBOL_GPL(nf_ct_nat_ext_add);
385 nat = nf_ct_nat_ext_add(ct); in nf_nat_setup_info()
/linux-4.1.27/net/ipv4/netfilter/
Dnf_nat_l3proto_ipv4.c289 nat = nf_ct_nat_ext_add(ct); in nf_nat_ipv4_fn()
/linux-4.1.27/net/ipv6/netfilter/
Dnf_nat_l3proto_ipv6.c293 nat = nf_ct_nat_ext_add(ct); in nf_nat_ipv6_fn()