Home
last modified time | relevance | path

Searched defs:nat (Results 1 – 7 of 7) sorted by relevance

/net/ipv4/netfilter/
Dnf_nat_pptp.c53 struct nf_conn_nat *nat; in pptp_nat_expected() local
129 struct nf_conn_nat *nat = nfct_nat(ct); in pptp_outbound_pkt() local
203 struct nf_conn_nat *nat = nfct_nat(ct); in pptp_exp_gre() local
239 struct nf_conn_nat *nat = nfct_nat(ct); in pptp_inbound_pkt() local
/net/netfilter/
Dnf_conntrack_helper.c132 struct nf_conntrack_nat_helper *nat; in nf_nat_helper_try_module_get() local
167 struct nf_conntrack_nat_helper *nat; in nf_nat_helper_put() local
490 void nf_nat_helper_register(struct nf_conntrack_nat_helper *nat) in nf_nat_helper_register()
498 void nf_nat_helper_unregister(struct nf_conntrack_nat_helper *nat) in nf_nat_helper_unregister()
Dnf_nat_masquerade.c33 struct nf_conn_nat *nat; in nf_nat_masquerade_ipv4() local
141 const struct nf_conn_nat *nat = nfct_nat(i); in device_cmp() local
245 struct nf_conn_nat *nat; in nf_nat_masquerade_ipv6() local
Dnf_conntrack_ovs.c79 u8 proto, bool nat, struct nf_conntrack_helper **hp) in nf_ct_add_helper()
Dnf_nat_core.c652 struct nf_conn_nat *nat = nfct_nat(ct); in nf_ct_nat_ext_add() local
802 struct nf_conn_nat *nat; in nf_nat_inet_fn() local
1001 nfnetlink_parse_nat(const struct nlattr *nat, in nfnetlink_parse_nat()
Dnf_conntrack_pptp.c511 struct nf_conn_nat *nat = nf_ct_ext_find(ct, NF_CT_EXT_NAT); in conntrack_pptp_help() local
/net/openvswitch/
Dconntrack.c66 u8 nat : 3; /* enum ovs_ct_nat */ member