Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/skywalk/packet/
H A Dpacket_copy.c220 sbcnt = __packet_get_buflet_count(sph); in _pkt_copyaddr_sum()
371 sbcnt = __packet_get_buflet_count(sph); in _pkt_copypkt_sum()
372 dbcnt = __packet_get_buflet_count(dph); in _pkt_copypkt_sum()
513 sbcnt = __packet_get_buflet_count(sph); in pkt_sum()
644 __packet_get_buflet_count(dph))); in pkt_copy_multi_buflet_from_pkt()
951 uint16_t dlen0, dlim, dbcnt = __packet_get_buflet_count(dph); in m_copypkt_sum()
1135 __packet_get_buflet_count(ph))); in pkt_copy_multi_buflet_from_mbuf()
1553 __packet_get_buflet_count(ph))); in pkt_copy_multi_buflet_to_mbuf()
H A Dpacket_kern.c345 return __packet_get_buflet_count(ph); in kern_packet_get_buflet_count()
H A Dpacket_common.h998 __packet_get_buflet_count(const uint64_t ph) in __packet_get_buflet_count() function
1278 bcnt = __packet_get_buflet_count(ph); in __packet_finalize()
/xnu-8796.141.3/libsyscall/wrappers/skywalk/
H A Dos_packet.c376 return __packet_get_buflet_count(ph); in os_packet_get_buflet_count()
/xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c453 return tlen <= ((__packet_get_buflet_count(dph) * in validate_pkt_len()
505 SK_ERR("bufcnt %d, bufsz %d", __packet_get_buflet_count(dph), in copy_packet_from_dev()