Home
last modified time | relevance | path

Searched refs:IPS_SRC_NAT (Results 1 – 10 of 10) sorted by relevance

/Linux-v6.1/include/uapi/linux/netfilter/
Dnf_conntrack_common.h61 IPS_SRC_NAT = (1 << IPS_SRC_NAT_BIT), enumerator
68 IPS_NAT_MASK = (IPS_DST_NAT | IPS_SRC_NAT),
/Linux-v6.1/net/ipv6/
Dip6_icmp.c61 if (!ct || !(ct->status & IPS_SRC_NAT)) { in icmpv6_ndo_send()
/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dbpf_nf.c32 IPS_SRC_NAT | IPS_DST_NAT)
/Linux-v6.1/net/netfilter/
Dnf_nat_core.c138 statusbit = IPS_SRC_NAT; in __nf_nat_decode_session()
616 ct->status |= IPS_SRC_NAT; in nf_nat_setup_info()
686 statusbit = IPS_SRC_NAT; in nf_nat_packet()
Dnf_nat_proto.c590 statusbit = IPS_SRC_NAT; in nf_nat_icmp_reply_translation()
867 statusbit = IPS_SRC_NAT; in nf_nat_icmpv6_reply_translation()
Dnf_flow_table_core.c69 if (ct->status & IPS_SRC_NAT) in flow_offload_alloc()
Dnf_conntrack_core.c2215 if (ct->status & IPS_SRC_NAT) { in __nf_conntrack_update()
2248 if (status & IPS_SRC_NAT && in __nf_conntrack_update()
/Linux-v6.1/net/sched/
Dact_ct.c988 maniptype = ct->status & IPS_SRC_NAT in tcf_ct_act_nat()
991 maniptype = ct->status & IPS_SRC_NAT in tcf_ct_act_nat()
1003 if (ct->status & IPS_SRC_NAT) { in tcf_ct_act_nat()
/Linux-v6.1/net/openvswitch/
Dconntrack.c259 if (ct->status & IPS_SRC_NAT) in ovs_ct_update_key()
901 maniptype = ct->status & IPS_SRC_NAT in ovs_ct_nat()
904 maniptype = ct->status & IPS_SRC_NAT in ovs_ct_nat()
916 if (ct->status & IPS_SRC_NAT) { in ovs_ct_nat()
/Linux-v6.1/net/ipv4/
Dicmp.c784 if (!ct || !(ct->status & IPS_SRC_NAT)) { in icmp_ndo_send()