| 3441 | }; |
| 3442 | |
| 3443 | static 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 | |
| 3450 | static cmdline_parse_token_string_t cmd_stop_stop = |
| 3451 | TOKEN_STRING_INITIALIZER(struct cmd_stop_result, stop, "stop"); |
nothing calls this directly
no test coverage detected