Lines Matching defs:sc_ifbuf
183 u_char *sc_ifbuf;
225 lp->sc_ifbuf = NULL;
291 if (lp->sc_ifbuf)
292 free(lp->sc_ifbuf, M_DEVBUF);
400 if (sc->sc_ifbuf == NULL) {
401 sc->sc_ifbuf = malloc(sc->sc_if.if_mtu +
420 ptr = sc->sc_ifbuf;
421 sc->sc_ifbuf = malloc(ifr->ifr_mtu + MLPIPHDRLEN, M_DEVBUF,
563 bp = sc->sc_ifbuf;
596 len = bp - sc->sc_ifbuf;
600 top = m_devget(sc->sc_ifbuf + CLPIPHDRLEN, len, 0, ifp);
632 len = bp - sc->sc_ifbuf;
636 top = m_devget(sc->sc_ifbuf + LPIPHDRLEN, len, 0, ifp);