taglinefilesource code
xhead330drivers/net/ppp.cppp->xhead    = NULL;
xhead681drivers/net/ppp.cregister int count = ppp->xhead - ppp->xbuff;
xhead708drivers/net/ppp.ccount = ppp->xhead - ppp->xbuff;
xhead743drivers/net/ppp.ccount = ppp->xhead - ppp->xtail;
xhead1336drivers/net/ppp.cint curpt = ppp->xhead - ppp->xbuff;
xhead1339drivers/net/ppp.cppp->xbuff, ppp->xhead, curpt))
xhead1342drivers/net/ppp.c*ppp->xhead++ = PPP_ESC;
xhead1343drivers/net/ppp.c*ppp->xhead++ = c ^ PPP_TRANS;
xhead1345drivers/net/ppp.c*ppp->xhead++ = c;
xhead1402drivers/net/ppp.cppp->xhead = ppp->xbuff;
xhead1406drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1409drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1419drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1425drivers/net/ppp.cppp_print_buffer ("xmit buffer", ppp->xbuff, ppp->xhead - ppp->xbuff, KERNEL_DS);
xhead1428drivers/net/ppp.c(int) (ppp->xhead - ppp->xbuff)));
xhead1793drivers/net/ppp.cppp->xhead = ppp->xbuff;
xhead1825drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1828drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1847drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1854drivers/net/ppp.cppp_print_buffer ("xmit buffer", ppp->xbuff, ppp->xhead - ppp->xbuff, KERNEL_DS);
xhead1857drivers/net/ppp.c(int) (ppp->xhead - ppp->xbuff)));
xhead279drivers/net/slip.cmemcpy(sl->xbuff, sl->xhead, sl->xleft);
xhead285drivers/net/slip.csl->xhead = sl->xbuff;
xhead447drivers/net/slip.csl->xhead = sl->xbuff + actual;
xhead474drivers/net/slip.cactual = tty->driver.write(tty, 0, sl->xhead, sl->xleft);
xhead476drivers/net/slip.csl->xhead += actual;
xhead61drivers/net/slip.hunsigned char         *xhead;         /* pointer to next byte to XMIT */
xhead210include/linux/if_ppp.hunsigned char    *xhead;    /* XMIT buffer pointer (head)  */