Searched refs:pp_free_packet_batch (Results 1 – 5 of 5) sorted by relevance
| /xnu-8796.141.3/bsd/skywalk/packet/ |
| H A D | pbufpool_var.h | 254 extern void pp_free_packet_batch(struct kern_pbufpool *, uint64_t *, uint32_t);
|
| H A D | pbufpool_kern.c | 391 pp_free_packet_batch(pp, array, size); in kern_pbufpool_free_batch()
|
| H A D | pbufpool.c | 2429 pp_free_packet_batch(const kern_pbufpool_t pp, uint64_t *array, uint32_t size) in pp_free_packet_batch() function
|
| /xnu-8796.141.3/bsd/skywalk/channel/ |
| H A D | channel_ring.c | 803 pp_free_packet_batch(kring->ckr_pp, in kr_rxprologue() 1197 pp_free_packet_batch(kring->ckr_pp, in kr_txfinalize_upp()
|
| /xnu-8796.141.3/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.c | 3388 pp_free_packet_batch(pp, &kring->ckr_scratch[0], nfree); in na_packet_pool_free_sync()
|