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
99 static struct ndrv_multiaddr* ndrv_have_multicast(struct ndrv_cb *np, struct sockaddr* addr);896 static struct ndrv_multiaddr *899 struct ndrv_multiaddr *ndrv_multi; in ndrv_multiaddr_alloc()901 ndrv_multi = kalloc_type(struct ndrv_multiaddr, Z_WAITOK_ZERO_NOFAIL); in ndrv_multiaddr_alloc()907 ndrv_multiaddr_free(struct ndrv_multiaddr *ndrv_multi, size_t size) in ndrv_multiaddr_free()910 kfree_type(struct ndrv_multiaddr, ndrv_multi); in ndrv_multiaddr_free()916 struct ndrv_multiaddr *ndrv_multi; in ndrv_do_add_multicast()967 struct ndrv_multiaddr* ndrv_entry = NULL; in ndrv_do_remove_multicast()1009 struct ndrv_multiaddr* cur = np->nd_multiaddrs; in ndrv_do_remove_multicast()1033 static struct ndrv_multiaddr*[all …]