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;
rbuff123drivers/net/slip.cif (sl->rbuff)  {
rbuff124drivers/net/slip.ckfree(sl->rbuff);
rbuff126drivers/net/slip.csl->rbuff = NULL;
rbuff160drivers/net/slip.cunsigned char *xbuff, *rbuff, *oxbuff, *orbuff;
rbuff178drivers/net/slip.crbuff = (unsigned char *) kmalloc (len + 4, GFP_ATOMIC);
rbuff184drivers/net/slip.cif (xbuff == NULL || rbuff == NULL || cbuff == NULL)  {
rbuff186drivers/net/slip.cif (xbuff == NULL || rbuff == NULL)  {
rbuff194drivers/net/slip.cif (rbuff != NULL)  {
rbuff195drivers/net/slip.ckfree(rbuff);
rbuff209drivers/net/slip.corbuff    = sl->rbuff;
rbuff210drivers/net/slip.csl->rbuff = rbuff;
rbuff227drivers/net/slip.cmemcpy(sl->rbuff, orbuff, sl->rcount);
rbuff287drivers/net/slip.cif ((c = sl->rbuff[0]) & SL_TYPE_COMPRESSED_TCP) {
rbuff298drivers/net/slip.ccount = slhc_uncompress(sl->slcomp, sl->rbuff, count);
rbuff309drivers/net/slip.csl->rbuff[0] &= 0x4f;
rbuff310drivers/net/slip.cif (slhc_remember(sl->slcomp, sl->rbuff, count) <= 0) {
rbuff324drivers/net/slip.cmemcpy(skb_put(skb,count), sl->rbuff, count);
rbuff532drivers/net/slip.csl->rbuff = (unsigned char *) kmalloc(len + 4, GFP_KERNEL);
rbuff533drivers/net/slip.cif (sl->rbuff == NULL)   {
rbuff583drivers/net/slip.ckfree(sl->rbuff);
rbuff843drivers/net/slip.csl->rbuff[sl->rcount++] = s;
rbuff915drivers/net/slip.csl->rbuff[sl->rcount++] = c;
rbuff60drivers/net/slip.hunsigned char    *rbuff;    /* receiver buffer    */
rbuff202include/linux/if_ppp.hunsigned char    *rbuff;    /* receiver buffer    */