| 6589 | }; |
| 6590 | |
| 6591 | static void |
| 6592 | cmd_start_tx_first_parsed(__rte_unused void *parsed_result, |
| 6593 | __rte_unused struct cmdline *cl, |
| 6594 | __rte_unused void *data) |
| 6595 | { |
| 6596 | start_packet_forwarding(1); |
| 6597 | } |
| 6598 | |
| 6599 | static cmdline_parse_token_string_t cmd_start_tx_first_start = |
| 6600 | TOKEN_STRING_INITIALIZER(struct cmd_start_tx_first_result, start, |
nothing calls this directly
no test coverage detected