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; local
915 is_mcast = IS_MULTICAST(ehp);
1009 else if (is_mcast)
H A Dvnet_rxdring.c590 boolean_t is_mcast = B_FALSE; local
621 is_mcast = IS_MULTICAST(ehp);
730 else if (is_mcast)
H A Dvnet_txdring.c599 boolean_t is_mcast = B_FALSE; local
635 is_mcast = IS_MULTICAST(ehp);
707 else if (is_mcast)
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c4018 boolean_t is_mcast, is_sender; local
4022 is_mcast = mac_is_mcast(mip, mp);
4045 if (is_mcast &&
4053 is_mcast)
4065 boolean_t is_mcast; local
4077 is_mcast = mac_is_mcast(mip, mp);
4082 !is_mcast) {

Completed in 93 milliseconds