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;
xhead1326drivers/net/ppp.cint curpt = ppp->xhead - ppp->xbuff;
xhead1329drivers/net/ppp.c(unsigned int) ppp->xbuff, (unsigned int) ppp->xhead, curpt))
xhead1332drivers/net/ppp.c*ppp->xhead++ = PPP_ESC;
xhead1333drivers/net/ppp.c*ppp->xhead++ = c ^ PPP_TRANS;
xhead1335drivers/net/ppp.c*ppp->xhead++ = c;
xhead1382drivers/net/ppp.cppp->xhead = ppp->xbuff;
xhead1386drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1389drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1399drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1405drivers/net/ppp.cppp_print_buffer ("xmit buffer", ppp->xbuff, ppp->xhead - ppp->xbuff, KERNEL_DS);
xhead1408drivers/net/ppp.c"ppp_write: writing %d chars\n", ppp->xhead - ppp->xbuff));
xhead1773drivers/net/ppp.cppp->xhead = ppp->xbuff;
xhead1805drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1808drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1827drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1834drivers/net/ppp.cppp_print_buffer ("xmit buffer", ppp->xbuff, ppp->xhead - ppp->xbuff, KERNEL_DS);
xhead1837drivers/net/ppp.c"ppp_write: writing %d chars\n", ppp->xhead - ppp->xbuff));
xhead216drivers/net/slip.cmemcpy(sl->xbuff, sl->xhead, sl->xleft);
xhead222drivers/net/slip.csl->xhead = sl->xbuff;
xhead384drivers/net/slip.csl->xhead = sl->xbuff + actual;
xhead411drivers/net/slip.cactual = tty->driver.write(tty, 0, sl->xhead, sl->xleft);
xhead413drivers/net/slip.csl->xhead += actual;
xhead63drivers/net/slip.hunsigned char         *xhead;         /* pointer to next byte to XMIT */
xhead210include/linux/if_ppp.hunsigned char    *xhead;    /* XMIT buffer pointer (head)  */