| 6566 | TOKEN_STRING_INITIALIZER(struct cmd_start_result, start, "start"); |
| 6567 | |
| 6568 | static void cmd_start_parsed(__rte_unused void *parsed_result, |
| 6569 | __rte_unused struct cmdline *cl, |
| 6570 | __rte_unused void *data) |
| 6571 | { |
| 6572 | start_packet_forwarding(0); |
| 6573 | } |
| 6574 | |
| 6575 | static cmdline_parse_inst_t cmd_start = { |
| 6576 | .f = cmd_start_parsed, |
nothing calls this directly
no test coverage detected