Home
last modified time | relevance | path

Searched refs:pkt_qum_buf (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.81.4/libsyscall/wrappers/skywalk/
H A Dos_channel.c217 if (__probable((_pkt)->pkt_qum_buf.buf_idx != OBJ_IDX_NONE)) { \
218 (_bft) = &(_pkt)->pkt_qum_buf; \
219 } else if ((_pkt)->pkt_qum_buf.buf_nbft_idx != OBJ_IDX_NONE) { \
221 (_pkt)->pkt_qum_buf.buf_nbft_idx); \
332 _Static_assert(sizeof(p->pkt_qum_buf.buf_addr) == in _initialize_metadata_address()
356 if (__improbable(p->pkt_qum_buf.buf_idx == OBJ_IDX_NONE)) { in _initialize_metadata_address()
358 &p->pkt_qum_buf.buf_addr) = 0; in _initialize_metadata_address()
360 &p->pkt_qum_buf.buf_nbft_addr) = in _initialize_metadata_address()
1091 p->pkt_qum_buf.buf_dlen = prop->sp_len; in os_channel_set_slot_properties()
1092 p->pkt_qum_buf.buf_doff = 0; in os_channel_set_slot_properties()
/xnu-12377.81.4/bsd/skywalk/packet/
H A Dpacket_common.h83 if (__probable((_pkt)->pkt_qum_buf.buf_addr != 0)) { \
84 (_buf) = &(_pkt)->pkt_qum_buf; \
87 __DECONST(void *, (_pkt)->pkt_qum_buf.buf_nbft_addr));\
126 if (__probable(headroom < PKT_ADDR(ph)->pkt_qum_buf.buf_dlim)) { in __packet_set_headroom()
146 if (__probable(len <= PKT_ADDR(ph)->pkt_qum_buf.buf_dlim)) { in __packet_set_link_header_length()
1143 bprev = &PKT_ADDR(ph)->pkt_qum_buf; in __packet_add_buflet()
1450 pkt->pkt_qum_buf.buf_dlen = 0; in __packet_initialize_with_mbufchain()
1451 pkt->pkt_qum_buf.buf_doff = 0; in __packet_initialize_with_mbufchain()
H A Dos_packet_private.h652 #define pkt_qum_buf pkt_qum.qum_buf[0] macro
H A Dpacket_kern.c710 p2_buf = &p2->pkt_qum_buf; in kern_packet_clone_internal()
H A Dpbufpool.c1926 struct __kern_buflet *kbuf = &kpkt->pkt_qum_buf; in pp_metadata_init()
/xnu-12377.81.4/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2771 SK_PREFETCHW(dpkt->pkt_qum_buf.buf_addr, 0); in fsw_pkt_copy_metadata()