Searched refs:pp_free_packet_batch (Results 1 – 5 of 5) sorted by relevance
| /xnu-12377.81.4/bsd/skywalk/packet/ |
| H A D | pbufpool_var.h | 251 extern void pp_free_packet_batch(struct kern_pbufpool *, uint64_t *__counted_by(size) array, uint32…
|
| H A D | pbufpool_kern.c | 388 pp_free_packet_batch(pp, array, size); in kern_pbufpool_free_batch()
|
| H A D | pbufpool.c | 2433 pp_free_packet_batch(const kern_pbufpool_t pp, uint64_t *__counted_by(size)array, uint32_t size) in pp_free_packet_batch() function
|
| /xnu-12377.81.4/bsd/skywalk/channel/ |
| H A D | channel_ring.c | 803 pp_free_packet_batch(kring->ckr_pp, in kr_rxprologue() 1200 pp_free_packet_batch(kring->ckr_pp, in kr_txfinalize_upp()
|
| /xnu-12377.81.4/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.c | 3533 pp_free_packet_batch(pp, &kring->ckr_scratch[0], nfree); in na_packet_pool_free_sync() 3598 pp_free_packet_batch(pp, pkts, remain); in alloc_packets()
|