Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/skywalk/packet/
H A Dpbufpool_var.h246 extern void pp_free_packet_batch(struct kern_pbufpool *, uint64_t *, uint32_t);
H A Dpbufpool_kern.c385 pp_free_packet_batch(pp, array, size); in kern_pbufpool_free_batch()
H A Dpbufpool.c2355 pp_free_packet_batch(const kern_pbufpool_t pp, uint64_t *array, uint32_t size) in pp_free_packet_batch() function
/xnu-10063.141.1/bsd/skywalk/channel/
H A Dchannel_ring.c803 pp_free_packet_batch(kring->ckr_pp, in kr_rxprologue()
1197 pp_free_packet_batch(kring->ckr_pp, in kr_txfinalize_upp()
/xnu-10063.141.1/bsd/skywalk/nexus/
H A Dnexus_adapter.c3495 pp_free_packet_batch(pp, &kring->ckr_scratch[0], nfree); in na_packet_pool_free_sync()
3558 pp_free_packet_batch(pp, pkts, remain); in alloc_packets()