Home
last modified time | relevance | path

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

/linux/include/uapi/linux/netfilter/
A Dnf_conntrack_common.h61 IPS_SRC_NAT = (1 << IPS_SRC_NAT_BIT), enumerator
68 IPS_NAT_MASK = (IPS_DST_NAT | IPS_SRC_NAT),
/linux/net/ipv6/
A Dip6_icmp.c61 if (!ct || !(ct->status & IPS_SRC_NAT)) { in icmpv6_ndo_send()
/linux/net/netfilter/
A 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()
A 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()
A Dnf_flow_table_core.c63 if (ct->status & IPS_SRC_NAT) in flow_offload_alloc()
A Dnf_conntrack_core.c2105 if (ct->status & IPS_SRC_NAT) { in __nf_conntrack_update()
2138 if (status & IPS_SRC_NAT && in __nf_conntrack_update()
/linux/net/sched/
A Dact_ct.c904 maniptype = ct->status & IPS_SRC_NAT in tcf_ct_act_nat()
907 maniptype = ct->status & IPS_SRC_NAT in tcf_ct_act_nat()
919 if (ct->status & IPS_SRC_NAT) { in tcf_ct_act_nat()
/linux/net/openvswitch/
A Dconntrack.c257 if (ct->status & IPS_SRC_NAT) in ovs_ct_update_key()
895 maniptype = ct->status & IPS_SRC_NAT in ovs_ct_nat()
898 maniptype = ct->status & IPS_SRC_NAT in ovs_ct_nat()
910 if (ct->status & IPS_SRC_NAT) { in ovs_ct_nat()
/linux/net/ipv4/
A Dicmp.c791 if (!ct || !(ct->status & IPS_SRC_NAT)) { in icmp_ndo_send()

Completed in 23 milliseconds