Home
last modified time | relevance | path

Searched refs:PKT_LINKF_MCAST (Results 1 – 5 of 5) sorted by relevance

/xnu-11417.101.15/bsd/skywalk/nexus/flowswitch/
H A Dfsw_ethernet.c515 pkt->pkt_link_flags |= PKT_LINKF_MCAST; in fsw_ethernet_frame()
/xnu-11417.101.15/bsd/skywalk/packet/
H A Dos_packet_private.h717 #define PKT_LINKF_MCAST 0x0002 /* send/received as link-level mcast */ macro
H A Dpacket_common.h202 PKT_ADDR(ph)->pkt_link_flags |= PKT_LINKF_MCAST; in __packet_set_link_multicast()
211 return (PKT_ADDR(ph)->pkt_link_flags & PKT_LINKF_MCAST) != 0; in __packet_get_link_multicast()
H A Dpacket_copy.c1644 } else if (pkt->pkt_link_flags & PKT_LINKF_MCAST) { in pkt_copy_to_mbuf()
1859 } else if (pkt->pkt_link_flags & PKT_LINKF_MCAST) { in pkt_copy_multi_buflet_to_mbuf()
/xnu-11417.101.15/bsd/net/
H A Ddlil.c3129 if ((p->cp_kpkt->pkt_link_flags & PKT_LINKF_MCAST) != 0 && in ifnet_enqueue_ifclassq()