Home
last modified time | relevance | path

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

/dpdk/app/test/
H A Dtest_flow_classify.c189 static struct rte_flow_action count_action = { RTE_FLOW_ACTION_TYPE_COUNT, variable
315 actions[0] = count_action; in test_valid_parameters()
364 actions[0] = count_action; in test_invalid_patterns()
655 actions[0] = count_action; in test_query_udp()
722 actions[0] = count_action; in test_query_tcp()
789 actions[0] = count_action; in test_query_sctp()
/dpdk/examples/flow_classify/
H A Dflow_classify.c176 static struct rte_flow_action count_action = { RTE_FLOW_ACTION_TYPE_COUNT, variable
637 actions[0] = count_action; in add_classify_rule()
/dpdk/app/test-flow-perf/
H A Dactions_gen.c199 static struct rte_flow_action_count count_action; in add_count() local
202 actions[actions_counter].conf = &count_action; in add_count()