taglinefilesource code
rbuff322drivers/net/ppp.cppp->rbuff    = NULL;
rbuff416drivers/net/ppp.cold_rbuff       = ppp->rbuff;
rbuff420drivers/net/ppp.cppp->rbuff      = new_rbuff;
rbuff476drivers/net/ppp.ckfree (ppp->rbuff);
rbuff481drivers/net/ppp.cppp->rbuff    =
rbuff553drivers/net/ppp.cif (ppp->rbuff == NULL) {
rbuff898drivers/net/ppp.cppp->rhead  = ppp->rbuff;
rbuff977drivers/net/ppp.cppp->rhead  = ppp->rbuff;
rbuff998drivers/net/ppp.cu_char *c = ppp->rbuff;
rbuff1987drivers/net/ppp.cunsigned char *c = ppp->rbuff;
rbuff122drivers/net/slip.cif (sl->rbuff)  {
rbuff123drivers/net/slip.ckfree(sl->rbuff);
rbuff125drivers/net/slip.csl->rbuff = NULL;
rbuff159drivers/net/slip.cunsigned char *xbuff, *rbuff, *oxbuff, *orbuff;
rbuff177drivers/net/slip.crbuff = (unsigned char *) kmalloc (len + 4, GFP_ATOMIC);
rbuff183drivers/net/slip.cif (xbuff == NULL || rbuff == NULL || cbuff == NULL)  {
rbuff185drivers/net/slip.cif (xbuff == NULL || rbuff == NULL)  {
rbuff193drivers/net/slip.cif (rbuff != NULL)  {
rbuff194drivers/net/slip.ckfree(rbuff);
rbuff208drivers/net/slip.corbuff    = sl->rbuff;
rbuff209drivers/net/slip.csl->rbuff = rbuff;
rbuff226drivers/net/slip.cmemcpy(sl->rbuff, orbuff, sl->rcount);
rbuff286drivers/net/slip.cif ((c = sl->rbuff[0]) & SL_TYPE_COMPRESSED_TCP) {
rbuff297drivers/net/slip.ccount = slhc_uncompress(sl->slcomp, sl->rbuff, count);
rbuff308drivers/net/slip.csl->rbuff[0] &= 0x4f;
rbuff309drivers/net/slip.cif (slhc_remember(sl->slcomp, sl->rbuff, count) <= 0) {
rbuff323drivers/net/slip.cmemcpy(skb_put(skb,count), sl->rbuff, count);
rbuff531drivers/net/slip.csl->rbuff = (unsigned char *) kmalloc(len + 4, GFP_KERNEL);
rbuff532drivers/net/slip.cif (sl->rbuff == NULL)   {
rbuff582drivers/net/slip.ckfree(sl->rbuff);
rbuff842drivers/net/slip.csl->rbuff[sl->rcount++] = s;
rbuff914drivers/net/slip.csl->rbuff[sl->rcount++] = c;
rbuff60drivers/net/slip.hunsigned char    *rbuff;    /* receiver buffer    */
rbuff202include/linux/if_ppp.hunsigned char    *rbuff;    /* receiver buffer    */