taglinefilesource code
totlen809drivers/net/ni52.cunsigned short totlen,pnt;
totlen860drivers/net/ni52.cfor(totlen=0; !(rbd->status & RBD_LAST); rbd=(struct rbd_struct *) make32(rbd->next)) {
totlen861drivers/net/ni52.ctotlen += RECV_BUFF_SIZE;
totlen864drivers/net/ni52.ctotlen += rbd->status & RBD_MASK;
totlen867drivers/net/ni52.cskb = (struct sk_buff *) alloc_skb(totlen, GFP_ATOMIC);
totlen871drivers/net/ni52.cskb->len = totlen;
totlen878drivers/net/ni52.cmemcpy( (char *) skb->data+pnt,p->min_cbuff32,totlen-pnt);
totlen881drivers/net/ni52.cmemcpy( (char *) skb->data,(char *) p->base+(unsigned long) rbd_first->buffer, totlen);
totlen1154drivers/net/ppp.cint totlen;
totlen1157drivers/net/ppp.ctotlen = len+2;    /* including protocol */
totlen1165drivers/net/ppp.cPUTC((totlen & 0xff00) >> 8, failure);
totlen1166drivers/net/ppp.cPUTC(totlen & 0x00ff, failure);
totlen1174drivers/net/ppp.cPRINTKN (3, (KERN_INFO "ppp: successfully queued %d bytes\n", totlen));