Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/skywalk/nexus/flowswitch/ !
H A Dfsw_ethernet.c516 pkt->pkt_link_flags |= PKT_LINKF_MCAST; in fsw_ethernet_frame()
/xnu-12377.41.6/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.h183 PKT_ADDR(ph)->pkt_link_flags |= PKT_LINKF_MCAST; in __packet_set_link_multicast()
192 return (PKT_ADDR(ph)->pkt_link_flags & PKT_LINKF_MCAST) != 0; in __packet_get_link_multicast()
H A Dpacket_copy.c1691 } else if (pkt->pkt_link_flags & PKT_LINKF_MCAST) { in pkt_copy_to_mbuf()
1918 } else if (pkt->pkt_link_flags & PKT_LINKF_MCAST) { in pkt_copy_multi_buflet_to_mbuf()
/xnu-12377.41.6/bsd/net/ !
H A Ddlil.c3107 if ((p->cp_kpkt->pkt_link_flags & PKT_LINKF_MCAST) != 0 && in ifnet_enqueue_single()