Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/net/
H A Dskywalk_stubs.c207 STUB(kern_pbufpool_get_context);
/xnu-11215.81.4/bsd/skywalk/packet/
H A Dpbufpool_kern.c245 kern_pbufpool_get_context(const kern_pbufpool_t pp) in kern_pbufpool_get_context() function
H A Dos_packet.h861 extern void *kern_pbufpool_get_context(const kern_pbufpool_t pbufpool);
/xnu-11215.81.4/bsd/skywalk/nexus/kpipe/
H A Dnx_kpipe_loopback.c141 pp_ctx = kern_pbufpool_get_context(kplo_tx_pp); in kplo_pre_connect()
/xnu-11215.81.4/bsd/skywalk/mem/
H A Dskmem_test.c268 void *ctx = kern_pbufpool_get_context(pp); in skmem_buflet_tests()