taglinefilesource code
totlen790drivers/net/ni52.cunsigned short totlen;
totlen801drivers/net/ni52.cif( (totlen = rbd->status) & RBD_LAST) /* the first and the last buffer? */
totlen803drivers/net/ni52.ctotlen &= RBD_MASK; /* length of this frame */
totlen805drivers/net/ni52.cskb = (struct sk_buff *) dev_alloc_skb(totlen+2);
totlen810drivers/net/ni52.cmemcpy(skb_put(skb,totlen),(char *) p->base+(unsigned long) rbd->buffer, totlen);
totlen1181drivers/net/ppp.cint totlen;
totlen1184drivers/net/ppp.ctotlen = len+2;    /* including protocol */
totlen1192drivers/net/ppp.cPUTC((totlen & 0xff00) >> 8, failure);
totlen1193drivers/net/ppp.cPUTC(totlen & 0x00ff, failure);
totlen1201drivers/net/ppp.cPRINTKN (3, (KERN_INFO "ppp: successfully queued %d bytes\n", totlen));