Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/packet/
H A Dpacket_common.h102 if (__probable((_pkt)->pkt_qum_buf.buf_addr != 0)) { \
103 (_buf) = &(_pkt)->pkt_qum_buf; \
105 (_buf) = __DECONST(void *, (_pkt)->pkt_qum_buf.buf_nbft_addr);\
133 if (__probable(headroom < PKT_ADDR(ph)->pkt_qum_buf.buf_dlim)) { in __packet_set_headroom()
153 if (__probable(len <= PKT_ADDR(ph)->pkt_qum_buf.buf_dlim)) { in __packet_set_link_header_length()
959 bprev = &PKT_ADDR(ph)->pkt_qum_buf; in __packet_add_buflet()
1262 pkt->pkt_qum_buf.buf_dlen = 0; in __packet_initialize_with_mbufchain()
1263 pkt->pkt_qum_buf.buf_doff = 0; in __packet_initialize_with_mbufchain()
H A Dos_packet_private.h632 #define pkt_qum_buf pkt_qum.qum_buf[0] macro
H A Dpacket_kern.c687 p2_buf = &p2->pkt_qum_buf; in kern_packet_clone_internal()
H A Dpbufpool.c1636 struct __kern_buflet *kbuf = &kpkt->pkt_qum_buf; in pp_metadata_init()
/xnu-8019.80.24/libsyscall/wrappers/skywalk/
H A Dos_channel.c224 if (__probable((_pkt)->pkt_qum_buf.buf_idx != OBJ_IDX_NONE)) { \
225 (_bft) = &(_pkt)->pkt_qum_buf; \
226 } else if ((_pkt)->pkt_qum_buf.buf_nbft_idx != OBJ_IDX_NONE) { \
228 (_pkt)->pkt_qum_buf.buf_nbft_idx); \
342 _CASSERT(sizeof(p->pkt_qum_buf.buf_addr) == in _initialize_metadata_address()
366 if (__improbable(p->pkt_qum_buf.buf_idx == OBJ_IDX_NONE)) { in _initialize_metadata_address()
368 &p->pkt_qum_buf.buf_addr) = 0; in _initialize_metadata_address()
370 &p->pkt_qum_buf.buf_nbft_addr) = in _initialize_metadata_address()
1108 p->pkt_qum_buf.buf_dlen = prop->sp_len; in os_channel_set_slot_properties()
1109 p->pkt_qum_buf.buf_doff = 0; in os_channel_set_slot_properties()
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c1982 SK_PREFETCHW(dpkt->pkt_qum_buf.buf_addr, 0); in dp_copy_to_dev()