Home
last modified time | relevance | path

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

/f-stack/dpdk/app/test-pmd/
H A Dcmdline_flow.c1247 static const enum index next_action[] = { enum
3237 .next = NEXT(next_action),
3243 .next = NEXT(next_action),
4286 .next = NEXT(next_action),
6096 for (i = 0; next_action[i]; ++i) { in parse_action()
6099 token = &token_list[next_action[i]]; in parse_action()
6907 for (i = 0; next_action[i]; ++i) in comp_action()
6909 return strlcpy(buf, token_list[next_action[i]].name, in comp_action()