Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnf_nat_masquerade.c60 nat = nf_ct_nat_ext_add(ct); in nf_nat_masquerade_ipv4()
258 nat = nf_ct_nat_ext_add(ct); in nf_nat_masquerade_ipv6()
H A Dnf_nat_ovs.c95 if (!nf_ct_is_confirmed(ct) && !nf_ct_nat_ext_add(ct)) in nf_ct_nat()
H A Dnf_nat_core.c766 struct nf_conn_nat *nf_ct_nat_ext_add(struct nf_conn *ct) in nf_ct_nat_ext_add() function
777 EXPORT_SYMBOL_GPL(nf_ct_nat_ext_add);
/openbmc/linux/include/net/netfilter/
H A Dnf_nat.h46 struct nf_conn_nat *nf_ct_nat_ext_add(struct nf_conn *ct);
/openbmc/linux/net/ipv4/netfilter/
H A Dnf_nat_pptp.c55 nat = nf_ct_nat_ext_add(ct); in pptp_nat_expected()