Home
last modified time | relevance | path

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

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