Searched refs:pppx_if_pl (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/net/
H A Dif_pppx.c142 struct pool pppx_if_pl; variable in typeref:struct:pool
250 pool_init(&pppx_if_pl, sizeof(struct pppx_if), 0, IPL_NONE,
652 pxi = pool_get(&pppx_if_pl, PR_WAITOK | PR_ZERO);
758 pool_put(&pppx_if_pl, pxi);
822 pool_put(&pppx_if_pl, pxi);

Completed in 120 milliseconds