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

Function cmd_stop_parsed

dpdk/app/test-pmd/cmdline.c:3443–3448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3441};
3442
3443static void cmd_stop_parsed(__rte_unused void *parsed_result,
3444 __rte_unused struct cmdline *cl,
3445 __rte_unused void *data)
3446{
3447 stop_packet_forwarding();
3448}
3449
3450static cmdline_parse_token_string_t cmd_stop_stop =
3451 TOKEN_STRING_INITIALIZER(struct cmd_stop_result, stop, "stop");

Callers

nothing calls this directly

Calls 1

stop_packet_forwardingFunction · 0.85

Tested by

no test coverage detected