Lines Matching defs:connections
51 OVS_CT_NAT = 1 << 0, /* NAT for committed connections only. */
52 OVS_CT_SRC_NAT = 1 << 1, /* Source NAT for NEW connections. */
53 OVS_CT_DST_NAT = 1 << 2, /* Destination NAT for NEW connections. */
246 /* All unconfirmed entries are NEW connections. */
886 * Make sure new expected connections (IP_CT_RELATED) are NATted only
996 * connections until the committing CT action. For later
1012 * connections which we will commit, we may need to attach
1055 * perform an explicit expectation lookup. Expected connections are
1063 /* NOTE: New connections are NATted and Helped only when
1160 u32 per_zone_limit, connections;
1169 connections = nf_conncount_count(net, ct_limit_info->data,
1171 if (connections > per_zone_limit)
1476 info->nat = OVS_CT_NAT; /* NAT existing connections. */
1685 /* Set up template for tracking connections in specific zones. */