Searched refs:mdns_clear_outmsg (Results 1 – 1 of 1) sorted by relevance
56 static void mdns_clear_outmsg(struct mdns_outmsg *outmsg);847 mdns_clear_outmsg(&mdns->ipv4.delayed_msg_multicast); in mdns_multicast_probe_timeout_reset_ipv4()889 mdns_clear_outmsg(&mdns->ipv4.delayed_msg_multicast); in mdns_send_multicast_msg_delayed_ipv4()913 mdns_clear_outmsg(&mdns->ipv4.delayed_msg_unicast); in mdns_send_unicast_msg_delayed_ipv4()984 mdns_clear_outmsg(&mdns->ipv6.delayed_msg_multicast); in mdns_multicast_probe_timeout_reset_ipv6()1026 mdns_clear_outmsg(&mdns->ipv6.delayed_msg_multicast); in mdns_send_multicast_msg_delayed_ipv6()1050 mdns_clear_outmsg(&mdns->ipv6.delayed_msg_unicast); in mdns_send_unicast_msg_delayed_ipv6()1088 mdns_clear_outmsg(struct mdns_outmsg *outmsg) in mdns_clear_outmsg() function