Home
last modified time | relevance | path

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

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