Home
last modified time | relevance | path

Searched refs:nfct_nat (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/net/ipv6/netfilter/
Dnf_nat_masquerade_ipv6.c41 nfct_nat(ct)->masq_index = out->ifindex; in nf_nat_masquerade_ipv6()
55 const struct nf_conn_nat *nat = nfct_nat(ct); in device_cmp()
/linux-4.1.27/net/ipv4/netfilter/
Dnf_nat_pptp.c54 nat_pptp_info = &nfct_nat(master)->help.nat_pptp_info; in pptp_nat_expected()
129 nat_pptp_info = &nfct_nat(ct)->help.nat_pptp_info; in pptp_outbound_pkt()
198 nat_pptp_info = &nfct_nat(ct)->help.nat_pptp_info; in pptp_exp_gre()
230 nat_pptp_info = &nfct_nat(ct)->help.nat_pptp_info; in pptp_inbound_pkt()
Dnf_nat_masquerade_ipv4.c40 nat = nfct_nat(ct); in nf_nat_masquerade_ipv4()
77 const struct nf_conn_nat *nat = nfct_nat(i); in device_cmp()
/linux-4.1.27/include/net/netfilter/
Dnf_nat.h55 static inline struct nf_conn_nat *nfct_nat(const struct nf_conn *ct) in nfct_nat() function
/linux-4.1.27/net/netfilter/
Dnf_nat_core.c364 struct nf_conn_nat *nat = nfct_nat(ct); in nf_ct_nat_ext_add()
427 nat = nfct_nat(ct); in nf_nat_setup_info()
517 struct nf_conn_nat *nat = nfct_nat(i); in nf_nat_proto_remove()
531 struct nf_conn_nat *nat = nfct_nat(ct); in nf_nat_proto_clean()
/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_ftp.c264 if (ct && !nf_ct_is_untracked(ct) && nfct_nat(ct)) { in ip_vs_ftp_out()