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;
rbuff138drivers/net/slip.cunsigned char *xbuff, *rbuff, *oxbuff, *orbuff;
rbuff156drivers/net/slip.crbuff = (unsigned char *) kmalloc (len + 4, GFP_ATOMIC);
rbuff162drivers/net/slip.cif (xbuff == NULL || rbuff == NULL || cbuff == NULL)  {
rbuff164drivers/net/slip.cif (xbuff == NULL || rbuff == NULL)  {
rbuff172drivers/net/slip.cif (rbuff != NULL)  {
rbuff173drivers/net/slip.ckfree(rbuff);
rbuff187drivers/net/slip.corbuff    = sl->rbuff;
rbuff188drivers/net/slip.csl->rbuff = rbuff;
rbuff205drivers/net/slip.cmemcpy(sl->rbuff, orbuff, sl->rcount);
rbuff265drivers/net/slip.cif ((c = sl->rbuff[0]) & SL_TYPE_COMPRESSED_TCP) {
rbuff276drivers/net/slip.ccount = slhc_uncompress(sl->slcomp, sl->rbuff, count);
rbuff287drivers/net/slip.csl->rbuff[0] &= 0x4f;
rbuff288drivers/net/slip.cif (slhc_remember(sl->slcomp, sl->rbuff, count) <= 0) {
rbuff303drivers/net/slip.cmemcpy(skb->data, sl->rbuff, count);
rbuff519drivers/net/slip.csl->rbuff = (unsigned char *) kmalloc(len + 4, GFP_KERNEL);
rbuff520drivers/net/slip.cif (sl->rbuff == NULL)   {
rbuff570drivers/net/slip.ckfree(sl->rbuff);
rbuff592drivers/net/slip.cif (sl->rbuff)  {
rbuff593drivers/net/slip.ckfree(sl->rbuff);
rbuff595drivers/net/slip.csl->rbuff = NULL;
rbuff854drivers/net/slip.csl->rbuff[sl->rcount++] = s;
rbuff926drivers/net/slip.csl->rbuff[sl->rcount++] = c;
rbuff60drivers/net/slip.hunsigned char    *rbuff;    /* receiver buffer    */
rbuff198include/linux/ppp.hunsigned char    *rbuff;    /* receiver buffer    */