sc_mc 126 net/if_pppvar.h struct mbuf *sc_mc; /* pointer to current input mbuf */
sc_mc 913 net/ppp_tty.c if (--sc->sc_mc->m_len == 0) {
sc_mc 914 net/ppp_tty.c for (m = sc->sc_m; m->m_next != sc->sc_mc; m = m->m_next)
sc_mc 916 net/ppp_tty.c sc->sc_mc = m;
sc_mc 918 net/ppp_tty.c sc->sc_mc->m_len--;
sc_mc 922 net/ppp_tty.c sc->sc_m = sc->sc_mc->m_next;
sc_mc 923 net/ppp_tty.c sc->sc_mc->m_next = NULL;
sc_mc 978 net/ppp_tty.c sc->sc_mc = m;
sc_mc 1004 net/ppp_tty.c sc->sc_mc->m_len++;
sc_mc 1021 net/ppp_tty.c m = sc->sc_mc;
sc_mc 1031 net/ppp_tty.c sc->sc_mc = m = m->m_next;