Searched refs:ndrv_entry (Results 1 – 1 of 1) sorted by relevance
1012 ndrv_cb_remove_multiaddr(struct ndrv_cb *np, struct ndrv_multiaddr *ndrv_entry) in ndrv_cb_remove_multiaddr() argument1017 if (cur == ndrv_entry) { in ndrv_cb_remove_multiaddr()1027 if (cur_next == ndrv_entry) { in ndrv_cb_remove_multiaddr()1041 struct ndrv_multiaddr* ndrv_entry = NULL; in ndrv_do_remove_multicast() local1069 ndrv_entry = ndrv_have_multicast(np, multi_addr); in ndrv_do_remove_multicast()1071 if (ndrv_entry == NULL) { in ndrv_do_remove_multicast()1078 result = ifnet_remove_multicast(ndrv_entry->ifma); in ndrv_do_remove_multicast()1083 ifmaddr_release(ndrv_entry->ifma); in ndrv_do_remove_multicast()1085 ndrv_cb_remove_multiaddr(np, ndrv_entry); in ndrv_do_remove_multicast()1088 ndrv_multiaddr_free(ndrv_entry); in ndrv_do_remove_multicast()