Home
last modified time | relevance | path

Searched refs:gld_mcast (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/
H A Dgld.c2754 if (!gld->gld_mcast) in gld_mcmatch()
2774 if (!gld->gld_mcast) in gld_multicast()
2778 if (gld->gld_mcast[i]) { in gld_multicast()
2779 ASSERT(gld->gld_mcast[i]->gldm_refcnt); in gld_multicast()
2780 if (mac_eq(gld->gld_mcast[i]->gldm_addr, macaddr, in gld_multicast()
4439 if (gld->gld_mcast) { in gldunattach()
4443 if ((mcast = gld->gld_mcast[i]) != NULL) { in gldunattach()
4448 kmem_free(gld->gld_mcast, in gldunattach()
4450 gld->gld_mcast = NULL; in gldunattach()
4590 if (gld->gld_mcast == NULL) { in gld_enable_multi()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dgldpriv.h153 gld_mcast_t **gld_mcast; /* multicast table or NULL */ member