taglinefilesource code
xhead331drivers/net/ppp.cppp->xhead    = NULL;
xhead682drivers/net/ppp.cregister int count = ppp->xhead - ppp->xbuff;
xhead709drivers/net/ppp.ccount = ppp->xhead - ppp->xbuff;
xhead744drivers/net/ppp.ccount = ppp->xhead - ppp->xtail;
xhead1309drivers/net/ppp.cint curpt = ppp->xhead - ppp->xbuff;
xhead1312drivers/net/ppp.c(unsigned int) ppp->xbuff, (unsigned int) ppp->xhead, curpt))
xhead1315drivers/net/ppp.c*ppp->xhead++ = PPP_ESC;
xhead1316drivers/net/ppp.c*ppp->xhead++ = c ^ PPP_TRANS;
xhead1318drivers/net/ppp.c*ppp->xhead++ = c;
xhead1365drivers/net/ppp.cppp->xhead = ppp->xbuff;
xhead1369drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1372drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1382drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1388drivers/net/ppp.cppp_print_buffer ("xmit buffer", ppp->xbuff, ppp->xhead - ppp->xbuff, KERNEL_DS);
xhead1391drivers/net/ppp.c"ppp_write: writing %d chars\n", ppp->xhead - ppp->xbuff));
xhead1749drivers/net/ppp.cppp->xhead = ppp->xbuff;
xhead1781drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1784drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1803drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1810drivers/net/ppp.cppp_print_buffer ("xmit buffer", ppp->xbuff, ppp->xhead - ppp->xbuff, KERNEL_DS);
xhead1813drivers/net/ppp.c"ppp_write: writing %d chars\n", ppp->xhead - ppp->xbuff));
xhead215drivers/net/slip.cmemcpy(sl->xbuff, sl->xhead, sl->xleft);
xhead221drivers/net/slip.csl->xhead = sl->xbuff;
xhead379drivers/net/slip.csl->xhead = sl->xbuff + actual;
xhead406drivers/net/slip.cactual = tty->driver.write(tty, 0, sl->xhead, sl->xleft);
xhead408drivers/net/slip.csl->xhead += actual;
xhead63drivers/net/slip.hunsigned char         *xhead;         /* pointer to next byte to XMIT */
xhead206include/linux/ppp.hunsigned char    *xhead;    /* XMIT buffer pointer (head)  */