Home
last modified time | relevance | path

Searched refs:nf_conn_nat (Results 1 – 7 of 7) sorted by relevance

/linux-4.1.27/include/net/netfilter/
Dnf_nat.h31 struct nf_conn_nat { struct
49 struct nf_conn_nat *nf_ct_nat_ext_add(struct nf_conn *ct); argument
55 static inline struct nf_conn_nat *nfct_nat(const struct nf_conn *ct) in nfct_nat()
66 struct nf_conn_nat *nat, in nf_nat_oif_changed()
Dnf_conntrack_extend.h37 #define NF_CT_EXT_NAT_TYPE struct nf_conn_nat
/linux-4.1.27/net/netfilter/
Dnf_nat_core.c196 const struct nf_conn_nat *nat; in find_appropriate_src()
362 struct nf_conn_nat *nf_ct_nat_ext_add(struct nf_conn *ct) in nf_ct_nat_ext_add()
364 struct nf_conn_nat *nat = nfct_nat(ct); in nf_ct_nat_ext_add()
382 struct nf_conn_nat *nat; 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()
679 struct nf_conn_nat *nat = nf_ct_ext_find(ct, NF_CT_EXT_NAT); in nf_nat_cleanup_conntrack()
693 struct nf_conn_nat *new_nat = new; in nf_nat_move_storage()
694 struct nf_conn_nat *old_nat = old; in nf_nat_move_storage()
706 .len = sizeof(struct nf_conn_nat),
[all …]
/linux-4.1.27/net/ipv4/netfilter/
Dnf_nat_masquerade_ipv4.c31 struct nf_conn_nat *nat; in nf_nat_masquerade_ipv4()
77 const struct nf_conn_nat *nat = nfct_nat(i); in device_cmp()
Dnf_nat_l3proto_ipv4.c267 struct nf_conn_nat *nat; in nf_nat_ipv4_fn()
/linux-4.1.27/net/ipv6/netfilter/
Dnf_nat_masquerade_ipv6.c55 const struct nf_conn_nat *nat = nfct_nat(ct); in device_cmp()
Dnf_nat_l3proto_ipv6.c274 struct nf_conn_nat *nat; in nf_nat_ipv6_fn()