taglinefilesource code
xhead329drivers/net/ppp.cppp->xhead    = NULL;
xhead680drivers/net/ppp.cregister int count = ppp->xhead - ppp->xbuff;
xhead707drivers/net/ppp.ccount = ppp->xhead - ppp->xbuff;
xhead742drivers/net/ppp.ccount = ppp->xhead - ppp->xtail;
xhead1335drivers/net/ppp.cint curpt = ppp->xhead - ppp->xbuff;
xhead1338drivers/net/ppp.cppp->xbuff, ppp->xhead, curpt))
xhead1341drivers/net/ppp.c*ppp->xhead++ = PPP_ESC;
xhead1342drivers/net/ppp.c*ppp->xhead++ = c ^ PPP_TRANS;
xhead1344drivers/net/ppp.c*ppp->xhead++ = c;
xhead1401drivers/net/ppp.cppp->xhead = ppp->xbuff;
xhead1405drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1408drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1418drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1424drivers/net/ppp.cppp_print_buffer ("xmit buffer", ppp->xbuff, ppp->xhead - ppp->xbuff, KERNEL_DS);
xhead1427drivers/net/ppp.c(int) (ppp->xhead - ppp->xbuff)));
xhead1792drivers/net/ppp.cppp->xhead = ppp->xbuff;
xhead1824drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1827drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1846drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1853drivers/net/ppp.cppp_print_buffer ("xmit buffer", ppp->xbuff, ppp->xhead - ppp->xbuff, KERNEL_DS);
xhead1856drivers/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)  */