taglinefilesource code
xhead332drivers/net/ppp.cppp->xhead    = NULL;
xhead683drivers/net/ppp.cregister int count = ppp->xhead - ppp->xbuff;
xhead710drivers/net/ppp.ccount = ppp->xhead - ppp->xbuff;
xhead745drivers/net/ppp.ccount = ppp->xhead - ppp->xtail;
xhead1317drivers/net/ppp.cint curpt = ppp->xhead - ppp->xbuff;
xhead1320drivers/net/ppp.c(unsigned int) ppp->xbuff, (unsigned int) ppp->xhead, curpt))
xhead1323drivers/net/ppp.c*ppp->xhead++ = PPP_ESC;
xhead1324drivers/net/ppp.c*ppp->xhead++ = c ^ PPP_TRANS;
xhead1326drivers/net/ppp.c*ppp->xhead++ = c;
xhead1373drivers/net/ppp.cppp->xhead = ppp->xbuff;
xhead1377drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1380drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1390drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1396drivers/net/ppp.cppp_print_buffer ("xmit buffer", ppp->xbuff, ppp->xhead - ppp->xbuff, KERNEL_DS);
xhead1399drivers/net/ppp.c"ppp_write: writing %d chars\n", ppp->xhead - ppp->xbuff));
xhead1762drivers/net/ppp.cppp->xhead = ppp->xbuff;
xhead1794drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1797drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1816drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1823drivers/net/ppp.cppp_print_buffer ("xmit buffer", ppp->xbuff, ppp->xhead - ppp->xbuff, KERNEL_DS);
xhead1826drivers/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)  */