Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test/
H A Dtest_flow_classify.c178 static struct rte_flow_action count_action = { RTE_FLOW_ACTION_TYPE_COUNT, variable
304 actions[0] = count_action; in test_valid_parameters()
353 actions[0] = count_action; in test_invalid_patterns()
644 actions[0] = count_action; in test_query_udp()
711 actions[0] = count_action; in test_query_tcp()
778 actions[0] = count_action; in test_query_sctp()
/f-stack/dpdk/examples/flow_classify/
H A Dflow_classify.c177 static struct rte_flow_action count_action = { RTE_FLOW_ACTION_TYPE_COUNT, variable
631 actions[0] = count_action; in add_classify_rule()
/f-stack/dpdk/app/test-flow-perf/
H A Dactions_gen.c204 static struct rte_flow_action_count count_action; in add_count() local
207 actions[actions_counter].conf = &count_action; in add_count()