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

Function cmd_mcast_addr_flush_parsed

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

Source from the content-addressed store, hash-verified

8597};
8598
8599static 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
8608static cmdline_parse_token_string_t cmd_mcast_addr_flush_cmd =
8609 TOKEN_STRING_INITIALIZER(struct cmd_mcast_addr_result,

Callers

nothing calls this directly

Calls 1

mcast_addr_flushFunction · 0.85

Tested by

no test coverage detected