Home
last modified time | relevance | path

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

/Linux-v6.6/net/openvswitch/
Dconntrack.c57 OVS_CT_DST_NAT = 1 << 2, /* Destination NAT for NEW connections. */ enumerator
673 if (info->nat & OVS_CT_DST_NAT) in ovs_ct_nat()
1107 ? OVS_CT_SRC_NAT : OVS_CT_DST_NAT); in parse_nat()
1426 } else if (info->nat & OVS_CT_DST_NAT) { in ovs_ct_nat_to_attr()