taglinefilesource code
xhead323drivers/net/ppp.cppp->xhead    = NULL;
xhead661drivers/net/ppp.cregister int count = ppp->xhead - ppp->xbuff;
xhead688drivers/net/ppp.ccount = ppp->xhead - ppp->xbuff;
xhead721drivers/net/ppp.ccount = ppp->xhead - ppp->xtail;
xhead1282drivers/net/ppp.cint curpt = ppp->xhead - ppp->xbuff;
xhead1285drivers/net/ppp.c(unsigned int) ppp->xbuff, (unsigned int) ppp->xhead, curpt))
xhead1288drivers/net/ppp.c*ppp->xhead++ = PPP_ESC;
xhead1289drivers/net/ppp.c*ppp->xhead++ = c ^ PPP_TRANS;
xhead1291drivers/net/ppp.c*ppp->xhead++ = c;
xhead1338drivers/net/ppp.cppp->xhead = ppp->xbuff;
xhead1342drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1345drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1355drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1361drivers/net/ppp.cppp_print_buffer ("xmit buffer", ppp->xbuff, ppp->xhead - ppp->xbuff, KERNEL_DS);
xhead1364drivers/net/ppp.c"ppp_write: writing %d chars\n", ppp->xhead - ppp->xbuff));
xhead1723drivers/net/ppp.cppp->xhead = ppp->xbuff;
xhead1755drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1758drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1777drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1784drivers/net/ppp.cppp_print_buffer ("xmit buffer", ppp->xbuff, ppp->xhead - ppp->xbuff, KERNEL_DS);
xhead1787drivers/net/ppp.c"ppp_write: writing %d chars\n", ppp->xhead - ppp->xbuff));
xhead383drivers/net/slip.csl->xhead = sl->xbuff + count;
xhead412drivers/net/slip.ccount = sl->xhead - sl->xtail;
xhead52drivers/net/slip.hunsigned char    *xhead;    /* XMIT buffer pointer (head)  */
xhead206include/linux/ppp.hunsigned char    *xhead;    /* XMIT buffer pointer (head)  */