taglinefilesource code
rbuff324drivers/net/ppp.cppp->rbuff    = NULL;
rbuff418drivers/net/ppp.cold_rbuff       = ppp->rbuff;
rbuff422drivers/net/ppp.cppp->rbuff      = new_rbuff;
rbuff478drivers/net/ppp.ckfree (ppp->rbuff);
rbuff483drivers/net/ppp.cppp->rbuff    =
rbuff552drivers/net/ppp.cif (ppp->rbuff == NULL) {
rbuff900drivers/net/ppp.cppp->rhead  = ppp->rbuff;
rbuff979drivers/net/ppp.cppp->rhead  = ppp->rbuff;
rbuff1000drivers/net/ppp.cu_char *c = ppp->rbuff;
rbuff1973drivers/net/ppp.cunsigned char *c = ppp->rbuff;
rbuff131drivers/net/slip.cunsigned char *xbuff, *rbuff, *oxbuff, *orbuff;
rbuff149drivers/net/slip.crbuff = (unsigned char *) kmalloc (len + 4, GFP_ATOMIC);
rbuff155drivers/net/slip.cif (xbuff == NULL || rbuff == NULL || cbuff == NULL)  {
rbuff157drivers/net/slip.cif (xbuff == NULL || rbuff == NULL)  {
rbuff165drivers/net/slip.cif (rbuff != NULL)  {
rbuff166drivers/net/slip.ckfree(rbuff);
rbuff180drivers/net/slip.corbuff    = sl->rbuff;
rbuff181drivers/net/slip.csl->rbuff = rbuff;
rbuff198drivers/net/slip.cmemcpy(sl->rbuff, orbuff, sl->rcount);
rbuff258drivers/net/slip.cif ((c = sl->rbuff[0]) & SL_TYPE_COMPRESSED_TCP) {
rbuff269drivers/net/slip.ccount = slhc_uncompress(sl->slcomp, sl->rbuff, count);
rbuff280drivers/net/slip.csl->rbuff[0] &= 0x4f;
rbuff281drivers/net/slip.cif (slhc_remember(sl->slcomp, sl->rbuff, count) <= 0) {
rbuff296drivers/net/slip.cmemcpy(skb->data, sl->rbuff, count);
rbuff512drivers/net/slip.csl->rbuff = (unsigned char *) kmalloc(len + 4, GFP_KERNEL);
rbuff513drivers/net/slip.cif (sl->rbuff == NULL)   {
rbuff563drivers/net/slip.ckfree(sl->rbuff);
rbuff585drivers/net/slip.cif (sl->rbuff)  {
rbuff586drivers/net/slip.ckfree(sl->rbuff);
rbuff588drivers/net/slip.csl->rbuff = NULL;
rbuff847drivers/net/slip.csl->rbuff[sl->rcount++] = s;
rbuff919drivers/net/slip.csl->rbuff[sl->rcount++] = c;
rbuff60drivers/net/slip.hunsigned char    *rbuff;    /* receiver buffer    */
rbuff198include/linux/ppp.hunsigned char    *rbuff;    /* receiver buffer    */