Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/skywalk/packet/
H A Dpbufpool_kern.c282 kern_packet_t *pph, uint32_t skmflag) in kern_pbufpool_alloc_common() argument
286 *pph = 0; in kern_pbufpool_alloc_common()
299 *pph = SK_PTR_ENCODE(kqum, METADATA_TYPE(kqum), in kern_pbufpool_alloc_common()
308 kern_packet_t *pph) in kern_pbufpool_alloc() argument
310 return kern_pbufpool_alloc_common(pp, bufcnt, pph, SKMEM_SLEEP); in kern_pbufpool_alloc()
315 kern_packet_t *pph) in kern_pbufpool_alloc_nosleep() argument
317 return kern_pbufpool_alloc_common(pp, bufcnt, pph, SKMEM_NOSLEEP); in kern_pbufpool_alloc_nosleep()