Searched refs:OVS_CT_NAT (Results 1 - 1 of 1) sorted by last modified time

/linux-master/net/openvswitch/
H A Dconntrack.c55 OVS_CT_NAT = 1 << 0, /* NAT for committed connections only. */ enumerator in enum:ovs_ct_nat
669 if (!(info->nat & OVS_CT_NAT))
1105 info->nat |= OVS_CT_NAT;
1164 info->nat = OVS_CT_NAT; /* NAT existing connections. */

Completed in 314 milliseconds