taglinefilesource code
totlen1149drivers/net/ppp.cint totlen;
totlen1152drivers/net/ppp.ctotlen = len+2;    /* including protocol */
totlen1160drivers/net/ppp.cPUTC((totlen & 0xff00) >> 8, failure);
totlen1161drivers/net/ppp.cPUTC(totlen & 0x00ff, failure);
totlen1169drivers/net/ppp.cPRINTKN (3, (KERN_INFO "ppp: successfully queued %d bytes\n", totlen));