taglinefilesource code
xhead326drivers/net/ppp.cppp->xhead    = NULL;
xhead670drivers/net/ppp.cregister int count = ppp->xhead - ppp->xbuff;
xhead697drivers/net/ppp.ccount = ppp->xhead - ppp->xbuff;
xhead732drivers/net/ppp.ccount = ppp->xhead - ppp->xtail;
xhead1297drivers/net/ppp.cint curpt = ppp->xhead - ppp->xbuff;
xhead1300drivers/net/ppp.c(unsigned int) ppp->xbuff, (unsigned int) ppp->xhead, curpt))
xhead1303drivers/net/ppp.c*ppp->xhead++ = PPP_ESC;
xhead1304drivers/net/ppp.c*ppp->xhead++ = c ^ PPP_TRANS;
xhead1306drivers/net/ppp.c*ppp->xhead++ = c;
xhead1353drivers/net/ppp.cppp->xhead = ppp->xbuff;
xhead1357drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1360drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1370drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1376drivers/net/ppp.cppp_print_buffer ("xmit buffer", ppp->xbuff, ppp->xhead - ppp->xbuff, KERNEL_DS);
xhead1379drivers/net/ppp.c"ppp_write: writing %d chars\n", ppp->xhead - ppp->xbuff));
xhead1738drivers/net/ppp.cppp->xhead = ppp->xbuff;
xhead1770drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1773drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1792drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1799drivers/net/ppp.cppp_print_buffer ("xmit buffer", ppp->xbuff, ppp->xhead - ppp->xbuff, KERNEL_DS);
xhead1802drivers/net/ppp.c"ppp_write: writing %d chars\n", ppp->xhead - ppp->xbuff));
xhead195drivers/net/slip.cmemcpy(sl->xbuff, sl->xhead, sl->xleft);
xhead201drivers/net/slip.csl->xhead = sl->xbuff;
xhead359drivers/net/slip.csl->xhead = sl->xbuff + actual;
xhead386drivers/net/slip.cactual = tty->driver.write(tty, 0, sl->xhead, sl->xleft);
xhead388drivers/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)  */