taglinefilesource code
rbuff319drivers/net/ppp.cppp->rbuff    = NULL;
rbuff413drivers/net/ppp.cold_rbuff       = ppp->rbuff;
rbuff417drivers/net/ppp.cppp->rbuff      = new_rbuff;
rbuff473drivers/net/ppp.ckfree (ppp->rbuff);
rbuff478drivers/net/ppp.cppp->rbuff    =
rbuff547drivers/net/ppp.cif (ppp->rbuff == NULL) {
rbuff888drivers/net/ppp.cppp->rhead  = ppp->rbuff;
rbuff967drivers/net/ppp.cppp->rhead  = ppp->rbuff;
rbuff988drivers/net/ppp.cu_char *c = ppp->rbuff;
rbuff1961drivers/net/ppp.cunsigned char *c = ppp->rbuff;
rbuff147drivers/net/slip.cunsigned char *xbuff, *rbuff, *oxbuff, *orbuff;
rbuff165drivers/net/slip.crbuff = (unsigned char *) kmalloc (len + 4, GFP_ATOMIC);
rbuff171drivers/net/slip.cif (xbuff == NULL || rbuff == NULL || cbuff == NULL)  {
rbuff173drivers/net/slip.cif (xbuff == NULL || rbuff == NULL)  {
rbuff181drivers/net/slip.cif (rbuff != NULL)  {
rbuff182drivers/net/slip.ckfree(rbuff);
rbuff196drivers/net/slip.corbuff    = sl->rbuff;
rbuff197drivers/net/slip.csl->rbuff = rbuff;
rbuff214drivers/net/slip.cmemcpy(sl->rbuff, orbuff, sl->rcount);
rbuff274drivers/net/slip.cif ((c = sl->rbuff[0]) & SL_TYPE_COMPRESSED_TCP) {
rbuff285drivers/net/slip.ccount = slhc_uncompress(sl->slcomp, sl->rbuff, count);
rbuff295drivers/net/slip.csl->rbuff[0] &= 0x4f;
rbuff296drivers/net/slip.cif (slhc_remember(sl->slcomp, sl->rbuff, count) <= 0) {
rbuff311drivers/net/slip.cmemcpy(skb->data, sl->rbuff, count);
rbuff527drivers/net/slip.csl->rbuff = (unsigned char *) kmalloc(len + 4, GFP_KERNEL);
rbuff528drivers/net/slip.cif (sl->rbuff == NULL)   {
rbuff579drivers/net/slip.ckfree(sl->rbuff);
rbuff599drivers/net/slip.ckfree(sl->rbuff);
rbuff600drivers/net/slip.csl->rbuff = NULL;
rbuff840drivers/net/slip.csl->rbuff[sl->rcount++] = s;
rbuff912drivers/net/slip.csl->rbuff[sl->rcount++] = c;
rbuff47drivers/net/slip.hunsigned char    *rbuff;    /* receiver buffer    */
rbuff198include/linux/ppp.hunsigned char    *rbuff;    /* receiver buffer    */