MCPcopy Create free account
hub / github.com/F-Stack/f-stack / cmd_flow_cb

Function cmd_flow_cb

dpdk/app/test-pmd/cmdline_flow.c:12738–12745  ·  view source on GitHub ↗

Token generator and output processing callback (cmdline API). */

Source from the content-addressed store, hash-verified

12736
12737/** Token generator and output processing callback (cmdline API). */
12738static void
12739cmd_flow_cb(void *arg0, struct cmdline *cl, void *arg2)
12740{
12741 if (cl == NULL)
12742 cmd_flow_tok(arg0, arg2);
12743 else
12744 cmd_flow_parsed(arg0);
12745}
12746
12747/** Global parser instance (cmdline API). */
12748cmdline_parse_inst_t cmd_flow = {

Callers

nothing calls this directly

Calls 2

cmd_flow_tokFunction · 0.85
cmd_flow_parsedFunction · 0.85

Tested by

no test coverage detected