Home
last modified time | relevance | path

Searched refs:is_mcast (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_rxdring.c872 boolean_t is_mcast = B_FALSE; in vsw_dringsend_shm() local
915 is_mcast = IS_MULTICAST(ehp); in vsw_dringsend_shm()
1009 else if (is_mcast) in vsw_dringsend_shm()
H A Dvnet_rxdring.c590 boolean_t is_mcast = B_FALSE; in vgen_dringsend_shm() local
621 is_mcast = IS_MULTICAST(ehp); in vgen_dringsend_shm()
730 else if (is_mcast) in vgen_dringsend_shm()
H A Dvnet_txdring.c599 boolean_t is_mcast = B_FALSE; in vgen_dringsend() local
635 is_mcast = IS_MULTICAST(ehp); in vgen_dringsend()
707 else if (is_mcast) in vgen_dringsend()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c4184 boolean_t is_mcast, is_sender; in mac_promisc_dispatch() local
4188 is_mcast = mac_is_mcast(mip, mp); in mac_promisc_dispatch()
4211 if (is_mcast && in mac_promisc_dispatch()
4219 is_mcast) { in mac_promisc_dispatch()
4233 boolean_t is_mcast; in mac_promisc_client_dispatch() local
4245 is_mcast = mac_is_mcast(mip, mp); in mac_promisc_client_dispatch()
4250 !is_mcast) { in mac_promisc_client_dispatch()