Home
last modified time | relevance | path

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

/xnu-11215.41.3/bsd/skywalk/packet/
H A Dpbufpool_var.h245 extern int pp_alloc_packet_batch(struct kern_pbufpool *, uint16_t,
H A Dpbufpool_kern.c338 return pp_alloc_packet_batch(pp, (uint16_t)bufcnt, array, size, TRUE, in kern_pbufpool_alloc_batch_common()
H A Dpbufpool.c2139 pp_alloc_packet_batch(struct kern_pbufpool *pp, uint16_t bufcnt, in pp_alloc_packet_batch() function