Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/packet/
H A Dpbufpool_var.h183 extern int pp_init_upp(struct kern_pbufpool *, boolean_t);
H A Dpbufpool.c1478 pp_init_upp(struct kern_pbufpool *pp, boolean_t can_block) in pp_init_upp() function
/xnu-12377.1.9/bsd/skywalk/nexus/
H A Dnexus_adapter.c547 err = pp_init_upp(rx_pp, TRUE); in na_bind_channel()