Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_sched.c1501 boolean_t is_unicast; in mac_rx_srs_proto_fanout() local
1582 is_unicast = in mac_rx_srs_proto_fanout()
1595 is_unicast = (mhi.mhi_dsttype == MAC_ADDRTYPE_UNICAST); in mac_rx_srs_proto_fanout()
1619 } else if (is_unicast) { in mac_rx_srs_proto_fanout()
1917 boolean_t is_unicast; in mac_rx_srs_fanout() local
2009 is_unicast = in mac_rx_srs_fanout()
2022 is_unicast = (mhi.mhi_dsttype == MAC_ADDRTYPE_UNICAST); in mac_rx_srs_fanout()
2058 } else if (is_unicast) { in mac_rx_srs_fanout()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_ire.c2487 boolean_t is_unicast; in ire_nce_init() local
2490 is_unicast = ((ire_type & (IRE_MULTICAST|IRE_BROADCAST)) == 0); in ire_nce_init()
2493 if ((ill = ipmp_ill_hold_xmit_ill(ill, is_unicast)) == NULL) in ire_nce_init()
2509 if (ill->ill_net_type == IRE_IF_NORESOLVER && is_unicast) { in ire_nce_init()
2576 if ((ill = ipmp_ill_hold_xmit_ill(in_ill, is_unicast)) == NULL) in ire_nce_init()
H A Dipmp.c1856 ipmp_ill_hold_xmit_ill(ill_t *ill, boolean_t is_unicast) in ipmp_ill_hold_xmit_ill() argument
1870 if (is_unicast) in ipmp_ill_hold_xmit_ill()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvnet.c798 boolean_t is_unicast; in vnet_tx_ring_send() local
846 is_unicast = !(IS_BROADCAST(ehp) || in vnet_tx_ring_send()
858 if ((is_unicast) && (vnetp->hio_fp != NULL)) { in vnet_tx_ring_send()