Searched refs:nf_nat_oif_changed (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/include/net/netfilter/ |
D | nf_nat.h | 64 static inline bool nf_nat_oif_changed(unsigned int hooknum, in nf_nat_oif_changed() function
|
/linux-4.4.14/net/ipv6/netfilter/ |
D | nf_nat_l3proto_ipv6.c | 334 if (nf_nat_oif_changed(state->hook, ctinfo, nat, state->out)) in nf_nat_ipv6_fn() 343 if (nf_nat_oif_changed(state->hook, ctinfo, nat, state->out)) in nf_nat_ipv6_fn()
|
/linux-4.4.14/net/ipv4/netfilter/ |
D | nf_nat_l3proto_ipv4.c | 325 if (nf_nat_oif_changed(state->hook, ctinfo, nat, in nf_nat_ipv4_fn() 335 if (nf_nat_oif_changed(state->hook, ctinfo, nat, state->out)) in nf_nat_ipv4_fn()
|