Home
last modified time | relevance | path

Searched refs:sc_npqueue (Results 1 – 2 of 2) sorted by relevance

/openbsd/src/sys/net/
Dif_pppvar.h115 struct mbuf_list sc_npqueue; /* output packets not to be sent yet */ member
Dif_ppp.c295 ml_init(&sc->sc_npqueue); in pppalloc()
317 ml_purge(&sc->sc_npqueue); in pppdealloc()
785 ml_enqueue(&sc->sc_npqueue, m0); in pppoutput()
819 while ((m = ml_dequeue(&sc->sc_npqueue)) != NULL) { in ppp_requeue()
852 sc->sc_npqueue = ml; in ppp_requeue()