Home
last modified time | relevance | path

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

/Linux-v5.4/include/uapi/linux/netfilter/
Dnf_conntrack_common.h65 IPS_DST_NAT = (1 << IPS_DST_NAT_BIT), enumerator
68 IPS_NAT_MASK = (IPS_DST_NAT | IPS_SRC_NAT),
/Linux-v5.4/net/netfilter/
Dnf_nat_core.c136 statusbit = IPS_DST_NAT; in __nf_nat_decode_session()
638 ct->status |= IPS_DST_NAT; in nf_nat_setup_info()
708 statusbit = IPS_DST_NAT; in nf_nat_packet()
Dnf_nat_proto.c581 statusbit = IPS_DST_NAT; in nf_nat_icmp_reply_translation()
803 statusbit = IPS_DST_NAT; in nf_nat_icmpv6_reply_translation()
Dnf_flow_table_core.c89 if (ct->status & IPS_DST_NAT) in flow_offload_alloc()
Dnf_conntrack_core.c1916 if (ct->status & IPS_DST_NAT) { in nf_conntrack_update()
1946 if (status & IPS_DST_NAT && in nf_conntrack_update()
/Linux-v5.4/net/openvswitch/
Dconntrack.c259 if (ct->status & IPS_DST_NAT) in ovs_ct_update_key()