Home
last modified time | relevance | path

Searched refs:mac_multicast_remove (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client.h136 extern void mac_multicast_remove(mac_client_handle_t, const uint8_t *);
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnbo.c407 (void) mac_multicast_remove(xnbop->o_mch, loop->addr); in i_xnbo_close_mac()
558 mac_multicast_remove(xnbop->o_mch, del->addr); in xnbo_mcast_find()
/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls.c106 (void) mac_multicast_remove(dsp->ds_mch, p->dma_addr); in dls_close()
439 mac_multicast_remove(dsp->ds_mch, addr); in dls_multicst_remove()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_phys.c373 mac_multicast_remove(mch, mcst_p->mca.ether_addr_octet); in vsw_mac_multicast_remove()
453 (void) mac_multicast_remove(mch, (uchar_t *)&mcap->mca); in vsw_mac_multicast_remove_all()
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_port.c571 mac_multicast_remove(port->lp_mch, addrp); in aggr_port_multicst()
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c1291 mac_multicast_remove(ps->ps_mch, mreq.mr_address); in pfp_setpacket_sockopt()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c3305 mac_multicast_remove(mac_client_handle_t mch, const uint8_t *addr) in mac_multicast_remove() function