OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sc_npqueue
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/
if_pppvar.h
108
struct mbuf *
sc_npqueue
; /* output packets not to be sent yet */
member in struct:ppp_softc
if_ppp.c
408
sc->
sc_npqueue
= NULL;
409
sc->sc_npqtail = &sc->
sc_npqueue
;
446
while ((m = sc->
sc_npqueue
) != NULL) {
447
sc->
sc_npqueue
= m->m_nextpkt;
1051
for (mpp = &sc->
sc_npqueue
; (m = *mpp) != NULL; ) {
Completed in 30 milliseconds
Indexes created Tue Oct 07 21:09:53 GMT 2025