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;
rbuff1972drivers/net/ppp.cunsigned char *c = ppp->rbuff;
rbuff121drivers/net/slip.cif (sl->rbuff)  {
rbuff122drivers/net/slip.ckfree(sl->rbuff);
rbuff124drivers/net/slip.csl->rbuff = NULL;
rbuff158drivers/net/slip.cunsigned char *xbuff, *rbuff, *oxbuff, *orbuff;
rbuff176drivers/net/slip.crbuff = (unsigned char *) kmalloc (len + 4, GFP_ATOMIC);
rbuff182drivers/net/slip.cif (xbuff == NULL || rbuff == NULL || cbuff == NULL)  {
rbuff184drivers/net/slip.cif (xbuff == NULL || rbuff == NULL)  {
rbuff192drivers/net/slip.cif (rbuff != NULL)  {
rbuff193drivers/net/slip.ckfree(rbuff);
rbuff207drivers/net/slip.corbuff    = sl->rbuff;
rbuff208drivers/net/slip.csl->rbuff = rbuff;
rbuff225drivers/net/slip.cmemcpy(sl->rbuff, orbuff, sl->rcount);
rbuff285drivers/net/slip.cif ((c = sl->rbuff[0]) & SL_TYPE_COMPRESSED_TCP) {
rbuff296drivers/net/slip.ccount = slhc_uncompress(sl->slcomp, sl->rbuff, count);
rbuff307drivers/net/slip.csl->rbuff[0] &= 0x4f;
rbuff308drivers/net/slip.cif (slhc_remember(sl->slcomp, sl->rbuff, count) <= 0) {
rbuff323drivers/net/slip.cmemcpy(skb->data, sl->rbuff, count);
rbuff539drivers/net/slip.csl->rbuff = (unsigned char *) kmalloc(len + 4, GFP_KERNEL);
rbuff540drivers/net/slip.cif (sl->rbuff == NULL)   {
rbuff590drivers/net/slip.ckfree(sl->rbuff);
rbuff850drivers/net/slip.csl->rbuff[sl->rcount++] = s;
rbuff922drivers/net/slip.csl->rbuff[sl->rcount++] = c;
rbuff60drivers/net/slip.hunsigned char    *rbuff;    /* receiver buffer    */
rbuff198include/linux/ppp.hunsigned char    *rbuff;    /* receiver buffer    */