Searched refs:conntrack (Results 1 – 8 of 8) sorted by relevance
85 conntrack = key145 conntrack = key
57 conntrack = Y key90 conntrack = I key
70 * Added conntrack item and action for stateful connection offload.251 * Added commands to construct conntrack context and relevant indirect252 action handle creation, update for conntrack action as well as conntrack
1490 Matches a conntrack state after conntrack action.1492 - ``flags``: conntrack packet state flags.3178 Create a conntrack (connection tracking) context with the provided information.3180 In stateful session like TCP, the conntrack action provides the ability to3186 decide how to handle the flow rules and conntrack context.3188 A conntrack context should be created via ``rte_flow_action_handle_create()``3194 for a conntrack context creating, depending on the HW, and they should be3200 The current conntrack context information could be queried via the3214 | ``enable`` | enable the conntrack context |3271 .. table:: update a conntrack context[all …]
4141 - ``conntrack``: match conntrack state.5426 Sample conntrack rules5432 In the first table, create a flow rule by using conntrack action and jump to5437 testpmd> set conntrack com peer 1 is_orig 1 enable 1 live 1 sack 1 cack 05441 testpmd> set conntrack orig scale 7 fin 0 acked 1 unack_data 05444 testpmd> set conntrack rply scale 7 fin 0 acked 1 unack_data 05447 testpmd> flow indirect_action 0 create ingress action conntrack / end5449 …testpmd> flow create 0 group 5 ingress pattern eth / ipv4 / tcp / conntrack is 1 / end actions que…5451 Construct the conntrack again with only "is_orig" set to 0 (other fields are
1837 const struct rte_flow_action_conntrack *conntrack,
2112 const struct rte_flow_action_conntrack *conntrack, in mlx5_validate_action_ct() argument2117 if (conntrack->state > RTE_FLOW_CONNTRACK_STATE_TIME_WAIT) in mlx5_validate_action_ct()2121 if (conntrack->last_index > RTE_FLOW_CONNTRACK_FLAG_RST) in mlx5_validate_action_ct()
14072 cmdline_fixed_string_t conntrack; member14113 conntrack, "conntrack");14291 cmdline_fixed_string_t conntrack; member14316 conntrack, "conntrack");