Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/skywalk/packet/
H A Dpbufpool_kern.c280 kern_packet_t *pph, uint32_t skmflag) in kern_pbufpool_alloc_common() argument
284 *pph = 0; in kern_pbufpool_alloc_common()
297 *pph = SK_PTR_ENCODE(kqum, METADATA_TYPE(kqum), in kern_pbufpool_alloc_common()
306 kern_packet_t *pph) in kern_pbufpool_alloc() argument
308 return kern_pbufpool_alloc_common(pp, bufcnt, pph, SKMEM_SLEEP); in kern_pbufpool_alloc()
313 kern_packet_t *pph) in kern_pbufpool_alloc_nosleep() argument
315 return kern_pbufpool_alloc_common(pp, bufcnt, pph, SKMEM_NOSLEEP); in kern_pbufpool_alloc_nosleep()