Home
last modified time | relevance | path

Searched refs:pp_alloc_packet_batch (Results 1 – 3 of 3) sorted by relevance

/xnu-10002.61.3/bsd/skywalk/packet/
H A Dpbufpool_var.h241 extern int pp_alloc_packet_batch(struct kern_pbufpool *, uint16_t, uint64_t *,
H A Dpbufpool_kern.c333 return pp_alloc_packet_batch(pp, (uint16_t)bufcnt, array, size, TRUE, in kern_pbufpool_alloc_batch_common()
H A Dpbufpool.c2020 pp_alloc_packet_batch(struct kern_pbufpool *pp, uint16_t bufcnt, in pp_alloc_packet_batch() function