Searched refs:IPS_SRC_NAT (Results 1 – 11 of 11) sorted by relevance
57 IPS_SRC_NAT = (1 << IPS_SRC_NAT_BIT), enumerator64 IPS_NAT_MASK = (IPS_DST_NAT | IPS_SRC_NAT),
61 IPS_SRC_NAT = (1 << IPS_SRC_NAT_BIT), enumerator68 IPS_NAT_MASK = (IPS_DST_NAT | IPS_SRC_NAT),
61 if (!ct || !(ct->status & IPS_SRC_NAT)) { in icmpv6_ndo_send()
138 statusbit = IPS_SRC_NAT; in __nf_nat_decode_session()636 ct->status |= IPS_SRC_NAT; in nf_nat_setup_info()706 statusbit = IPS_SRC_NAT; in nf_nat_packet()
590 statusbit = IPS_SRC_NAT; in nf_nat_icmp_reply_translation()829 statusbit = IPS_SRC_NAT; in nf_nat_icmpv6_reply_translation()
63 if (ct->status & IPS_SRC_NAT) in flow_offload_alloc()
2018 if (ct->status & IPS_SRC_NAT) { in __nf_conntrack_update()2051 if (status & IPS_SRC_NAT && in __nf_conntrack_update()
895 maniptype = ct->status & IPS_SRC_NAT in tcf_ct_act_nat()898 maniptype = ct->status & IPS_SRC_NAT in tcf_ct_act_nat()910 if (ct->status & IPS_SRC_NAT) { in tcf_ct_act_nat()
257 if (ct->status & IPS_SRC_NAT) in ovs_ct_update_key()898 maniptype = ct->status & IPS_SRC_NAT in ovs_ct_nat()901 maniptype = ct->status & IPS_SRC_NAT in ovs_ct_nat()913 if (ct->status & IPS_SRC_NAT) { in ovs_ct_nat()
793 if (!ct || !(ct->status & IPS_SRC_NAT)) { in icmp_ndo_send()