Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/tools/testing/selftests/bpf/prog_tests/
Dbpf_nf.c32 IPS_SRC_NAT | IPS_DST_NAT)
/linux-6.1.9/net/netfilter/
Dnf_nat_core.c136 statusbit = IPS_DST_NAT; in __nf_nat_decode_session()
618 ct->status |= IPS_DST_NAT; in nf_nat_setup_info()
688 statusbit = IPS_DST_NAT; in nf_nat_packet()
Dnf_nat_proto.c592 statusbit = IPS_DST_NAT; in nf_nat_icmp_reply_translation()
869 statusbit = IPS_DST_NAT; in nf_nat_icmpv6_reply_translation()
Dnf_flow_table_core.c71 if (ct->status & IPS_DST_NAT) in flow_offload_alloc()
Dnf_conntrack_core.c2223 if (ct->status & IPS_DST_NAT) { in __nf_conntrack_update()
2253 if (status & IPS_DST_NAT && in __nf_conntrack_update()
/linux-6.1.9/net/openvswitch/
Dconntrack.c261 if (ct->status & IPS_DST_NAT) in ovs_ct_update_key()
915 if (err == NF_ACCEPT && ct->status & IPS_DST_NAT) { in ovs_ct_nat()
/linux-6.1.9/net/sched/
Dact_ct.c1002 if (err == NF_ACCEPT && ct->status & IPS_DST_NAT) { in tcf_ct_act_nat()