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));
xhead386drivers/net/slip.csl->xhead = sl->xbuff + count;
xhead417drivers/net/slip.ccount = sl->xhead - sl->xtail;
xhead57drivers/net/slip.hunsigned char    *xhead;    /* XMIT buffer pointer (head)  */
xhead206include/linux/ppp.hunsigned char    *xhead;    /* XMIT buffer pointer (head)  */