taglinefilesource code
totlen161drivers/net/bsd_comp.cint      totlen;      /* length of this structure */
totlen474drivers/net/bsd_comp.cdb->totlen     = sizeof (struct bsd_db)   +
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);
totlen1366drivers/net/ppp.cint totlen;
totlen1390drivers/net/ppp.ctotlen = len + 2;
totlen1391drivers/net/ppp.cPUTC (totlen >> 8);
totlen1392drivers/net/ppp.cPUTC (totlen);
totlen1397drivers/net/ppp.ctotlen -= 2;
totlen1398drivers/net/ppp.cwhile (totlen-- > 0) {