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;
xhead1323drivers/net/ppp.cint curpt = ppp->xhead - ppp->xbuff;
xhead1326drivers/net/ppp.cppp->xbuff, ppp->xhead, curpt))
xhead1329drivers/net/ppp.c*ppp->xhead++ = PPP_ESC;
xhead1330drivers/net/ppp.c*ppp->xhead++ = c ^ PPP_TRANS;
xhead1332drivers/net/ppp.c*ppp->xhead++ = c;
xhead1379drivers/net/ppp.cppp->xhead = ppp->xbuff;
xhead1383drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1386drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1396drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1402drivers/net/ppp.cppp_print_buffer ("xmit buffer", ppp->xbuff, ppp->xhead - ppp->xbuff, KERNEL_DS);
xhead1405drivers/net/ppp.c(int) (ppp->xhead - ppp->xbuff)));
xhead1770drivers/net/ppp.cppp->xhead = ppp->xbuff;
xhead1802drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1805drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1824drivers/net/ppp.c*ppp->xhead++ = PPP_FLAG;
xhead1831drivers/net/ppp.cppp_print_buffer ("xmit buffer", ppp->xbuff, ppp->xhead - ppp->xbuff, KERNEL_DS);
xhead1834drivers/net/ppp.c(int) (ppp->xhead - ppp->xbuff)));
xhead217drivers/net/slip.cmemcpy(sl->xbuff, sl->xhead, sl->xleft);
xhead223drivers/net/slip.csl->xhead = sl->xbuff;
xhead385drivers/net/slip.csl->xhead = sl->xbuff + actual;
xhead412drivers/net/slip.cactual = tty->driver.write(tty, 0, sl->xhead, sl->xleft);
xhead414drivers/net/slip.csl->xhead += actual;
xhead63drivers/net/slip.hunsigned char         *xhead;         /* pointer to next byte to XMIT */
xhead210include/linux/if_ppp.hunsigned char    *xhead;    /* XMIT buffer pointer (head)  */