Searched refs:ndrv_multiaddr (Results 1 – 2 of 2) sorted by relevance
43 struct ndrv_multiaddr { struct44 struct ndrv_multiaddr *next; argument68 struct ndrv_multiaddr* nd_multiaddrs; argument
104 static struct ndrv_multiaddr* ndrv_have_multicast(struct ndrv_cb *np, struct sockaddr* addr);930 ndrv_multiaddr_free(struct ndrv_multiaddr *ndrv_multi) in ndrv_multiaddr_free()933 kfree_type(struct ndrv_multiaddr, ndrv_multi); in ndrv_multiaddr_free()939 struct ndrv_multiaddr *ndrv_multi = NULL; in ndrv_do_add_multicast()958 ndrv_multi = kalloc_type(struct ndrv_multiaddr, Z_WAITOK_ZERO_NOFAIL); in ndrv_do_add_multicast()996 ndrv_cb_remove_multiaddr(struct ndrv_cb *np, struct ndrv_multiaddr *ndrv_entry) in ndrv_cb_remove_multiaddr()998 struct ndrv_multiaddr *cur = np->nd_multiaddrs; in ndrv_cb_remove_multiaddr()1007 struct ndrv_multiaddr *cur_next = NULL; in ndrv_cb_remove_multiaddr()1025 struct ndrv_multiaddr* ndrv_entry = NULL; in ndrv_do_remove_multicast()1079 static struct ndrv_multiaddr*[all …]