Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/skywalk/packet/
H A Dos_packet_private.h853 #define PKT_F_TX_COMPL_ALLOC __PKT_F_TX_COMPL_ALLOC macro
887 (PKT_F_OPT_ALLOC | PKT_F_FLOW_ALLOC | PKT_F_TX_COMPL_ALLOC)
H A Dpbufpool.c570 PKT_F_TX_COMPL_ALLOC); in pp_metadata_construct()
578 ASSERT((kpkt->pkt_pflags & PKT_F_TX_COMPL_ALLOC) && in pp_metadata_construct()
916 !(kpkt->pkt_pflags & PKT_F_TX_COMPL_ALLOC)); in pp_metadata_destruct_common()
918 ASSERT(kpkt->pkt_pflags & PKT_F_TX_COMPL_ALLOC); in pp_metadata_destruct_common()
2001 ASSERT((kpkt->pkt_pflags & PKT_F_TX_COMPL_ALLOC) && in pp_metadata_init()
H A Dpacket_var.h569 ASSERT((_p)->pkt_pflags & PKT_F_TX_COMPL_ALLOC); \
H A Dpacket_common.h1677 ASSERT((PKT_ADDR(ph)->pkt_pflags & PKT_F_TX_COMPL_ALLOC)); in __packet_get_tx_completion_data()
1718 ASSERT((PKT_ADDR(ph)->pkt_pflags & PKT_F_TX_COMPL_ALLOC)); in __packet_get_tx_completion_status()