Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/skywalk/packet/
H A Dpacket_copy.c961 pkt->pkt_pflags |= __PKT_F_LPW; in pkt_copy_from_mbuf()
1363 pkt->pkt_pflags |= __PKT_F_LPW; in pkt_copy_multi_buflet_from_mbuf()
1655 if ((pkt->pkt_pflags & __PKT_F_LPW) != 0) { in pkt_copy_to_mbuf()
1890 if ((pkt->pkt_pflags & __PKT_F_LPW) != 0) { in pkt_copy_multi_buflet_to_mbuf()
H A Dos_packet_private.h804 #define __PKT_F_LPW 0x0008000000000000ULL /* (K) */ macro
H A Dpacket_common.h701 return (PKT_ADDR(ph)->pkt_pflags & __PKT_F_LPW) != 0; in __packet_get_lpw_flag()
/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2149 pkt->pkt_pflags |= __PKT_F_LPW; in dp_rx_process_wake_packet()