Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dconntrack.c51 OVS_CT_NAT = 1 << 0, /* NAT for committed connections only. */ enumerator
889 if (info->nat & OVS_CT_NAT && ctinfo != IP_CT_NEW && in ovs_ct_nat()
1417 info->nat |= OVS_CT_NAT; in parse_nat()
1476 info->nat = OVS_CT_NAT; /* NAT existing connections. */ in parse_nat()