| 8597 | }; |
| 8598 | |
| 8599 | static void cmd_mcast_addr_flush_parsed(void *parsed_result, |
| 8600 | __rte_unused struct cmdline *cl, |
| 8601 | __rte_unused void *data) |
| 8602 | { |
| 8603 | struct cmd_mcast_addr_flush_result *res = parsed_result; |
| 8604 | |
| 8605 | mcast_addr_flush(res->port_num); |
| 8606 | } |
| 8607 | |
| 8608 | static cmdline_parse_token_string_t cmd_mcast_addr_flush_cmd = |
| 8609 | TOKEN_STRING_INITIALIZER(struct cmd_mcast_addr_result, |
nothing calls this directly
no test coverage detected