Home
last modified time | relevance | path

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

/xnu-8796.101.5/bsd/net/
H A Dskywalk_stubs.c211 STUB(kern_pbufpool_alloc_batch_buflet);
/xnu-8796.101.5/bsd/skywalk/packet/
H A Dpbufpool_kern.c448 kern_pbufpool_alloc_batch_buflet(const kern_pbufpool_t pp, in kern_pbufpool_alloc_batch_buflet() function
H A Dos_packet.h870 extern errno_t kern_pbufpool_alloc_batch_buflet(const kern_pbufpool_t,
H A Dpacket_kern.c924 err = kern_pbufpool_alloc_batch_buflet(pool, pbuf_array, size, FALSE); in kern_buflet_clone_internal()