Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/packet/
H A Dpbufpool_kern.c334 kern_packet_t *pph, uint32_t skmflag) in kern_pbufpool_alloc_common() argument
338 *pph = 0; in kern_pbufpool_alloc_common()
351 *pph = SK_PTR_ENCODE(kqum, METADATA_TYPE(kqum), in kern_pbufpool_alloc_common()
360 kern_packet_t *pph) in kern_pbufpool_alloc() argument
362 return kern_pbufpool_alloc_common(pp, bufcnt, pph, SKMEM_SLEEP); in kern_pbufpool_alloc()
367 kern_packet_t *pph) in kern_pbufpool_alloc_nosleep() argument
369 return kern_pbufpool_alloc_common(pp, bufcnt, pph, SKMEM_NOSLEEP); in kern_pbufpool_alloc_nosleep()