Lines Matching defs:connections
55 OVS_CT_NAT = 1 << 0, /* NAT for committed connections only. */
56 OVS_CT_SRC_NAT = 1 << 1, /* Source NAT for NEW connections. */
57 OVS_CT_DST_NAT = 1 << 2, /* Destination NAT for NEW connections. */
255 /* All unconfirmed entries are NEW connections. */
775 * connections until the committing CT action. For later
794 * connections which we will commit, we may need to attach
936 u32 per_zone_limit, connections;
945 connections = nf_conncount_count_skb(net, skb, info->family,
948 if (connections > per_zone_limit)
1196 info->nat = OVS_CT_NAT; /* NAT existing connections. */
1405 /* Set up template for tracking connections in specific zones. */