Home
last modified time | relevance | path

Searched defs:nat (Results 1 – 6 of 6) 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.c153 struct nf_conntrack_nat_helper *nat; in nf_nat_helper_try_module_get() local
188 struct nf_conntrack_nat_helper *nat; in nf_nat_helper_put() local
540 void nf_nat_helper_register(struct nf_conntrack_nat_helper *nat) in nf_nat_helper_register()
548 void nf_nat_helper_unregister(struct nf_conntrack_nat_helper *nat) in nf_nat_helper_unregister()
Dnf_nat_masquerade.c32 struct nf_conn_nat *nat; in nf_nat_masquerade_ipv4() local
136 const struct nf_conn_nat *nat = nfct_nat(i); in device_cmp() local
240 struct nf_conn_nat *nat; in nf_nat_masquerade_ipv6() local
Dnf_nat_core.c568 struct nf_conn_nat *nat = nfct_nat(ct); in nf_ct_nat_ext_add() local
708 struct nf_conn_nat *nat; in nf_nat_inet_fn() local
921 nfnetlink_parse_nat(const struct nlattr *nat, in nfnetlink_parse_nat()
Dnf_conntrack_pptp.c535 struct nf_conn_nat *nat = nf_ct_ext_find(ct, NF_CT_EXT_NAT); in conntrack_pptp_help() local
/net/openvswitch/
Dconntrack.c62 u8 nat : 3; /* enum ovs_ct_nat */ member