Home
last modified time | relevance | path

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

/linux/include/uapi/linux/netfilter/
H A Dnf_conntrack_common.h65 IPS_DST_NAT = (1 << IPS_DST_NAT_BIT), enumerator
68 IPS_NAT_MASK = (IPS_DST_NAT | IPS_SRC_NAT),
/linux/net/netfilter/
H A Dnf_nat_ovs.c120 if (err == NF_ACCEPT && ct->status & IPS_DST_NAT) { in nf_ct_nat()
H A Dnf_nat_core.c139 statusbit = IPS_DST_NAT; in __nf_nat_decode_session()
821 ct->status |= IPS_DST_NAT; in nf_nat_setup_info()
891 statusbit = IPS_DST_NAT; in nf_nat_packet()
H A Dnf_nat_proto.c592 statusbit = IPS_DST_NAT; in nf_nat_icmp_reply_translation()
906 statusbit = IPS_DST_NAT; in nf_nat_icmpv6_reply_translation()
H A Dnf_flow_table_core.c71 if (ct->status & IPS_DST_NAT) in flow_offload_alloc()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_nf.c32 IPS_SRC_NAT | IPS_DST_NAT)
/linux/net/openvswitch/
H A Dconntrack.c268 if (ct->status & IPS_DST_NAT) in ovs_ct_update_key()