Home
last modified time | relevance | path

Searched refs:act_index (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/drivers/net/tap/
H A Dtap_flow.c919 add_action(struct rte_flow *flow, size_t *act_index, struct action_data *adata) in add_action() argument
923 if (tap_nlattr_nested_start(msg, (*act_index)++) < 0) in add_action()
986 size_t act_index = 1; in add_actions() local
992 if (add_action(flow, &act_index, data + i) < 0) in add_actions()
/f-stack/dpdk/drivers/net/hns3/
H A Dhns3_flow.c1349 uint32_t act_index = 0; in hns3_parse_rss_filter() local
1352 NEXT_ITEM_OF_ACTION(act, actions, act_index); in hns3_parse_rss_filter()
1411 act_index++; in hns3_parse_rss_filter()
1414 NEXT_ITEM_OF_ACTION(act, actions, act_index); in hns3_parse_rss_filter()