Home
last modified time | relevance | path

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

/dpdk/app/test-pmd/
H A Dcmdline.c8487 struct fwd_result { struct
8495 TOKEN_STRING_INITIALIZER(struct fwd_result, action, "show#clear"); argument
8497 TOKEN_STRING_INITIALIZER(struct fwd_result, fwd, "fwd");
8499 TOKEN_STRING_INITIALIZER(struct fwd_result, stats, "stats");
8501 TOKEN_STRING_INITIALIZER(struct fwd_result, all, "all");
8508 struct fwd_result *res = parsed_result; in cmd_showfwdall_parsed()