taglinefilesource code
tot_len118drivers/net/new_tunnel.cprintk("--- total packet len: %d\n", ntohs(ip->tot_len));
tot_len286drivers/net/new_tunnel.ciph->tot_len    =  htons(skb->len);
tot_len2856drivers/net/ppp.clen = ((struct iphdr *)data) -> tot_len;
tot_len404drivers/net/slhc.cif(ip->tot_len != cs->cs_ip.tot_len &&
tot_len405drivers/net/slhc.cntohs(cs->cs_ip.tot_len) == hlen)
tot_len417drivers/net/slhc.cdeltaS == ntohs(cs->cs_ip.tot_len) - hlen){
tot_len424drivers/net/slhc.cif(deltaS == ntohs(cs->cs_ip.tot_len) - hlen){
tot_len550drivers/net/slhc.ci = ntohs(ip->tot_len) - hdrlen;
tot_len558drivers/net/slhc.cntohs(ip->tot_len) - hdrlen);
tot_len608drivers/net/slhc.cip->tot_len = htons(len);
tot_len205fs/read_write.csize_t tot_len;
tot_len222fs/read_write.ctot_len = 0;
tot_len224fs/read_write.ctot_len += iov[i].iov_len;
tot_len231fs/read_write.cinode, file, file->f_pos, tot_len);
tot_len241fs/read_write.creturn sock_readv_writev(type, inode, file, iov, count, tot_len);
tot_len101include/linux/ip.h__u16  tot_len;
tot_len291net/ethernet/eth.cip_length = ntohs(iph->tot_len) - sizeof(struct iphdr);
tot_len372net/ipv4/icmp.cunsigned short old_mtu = ntohs(iph->tot_len);
tot_len66net/ipv4/ip_forward.ciph->tot_len  =  htons(skb->len);
tot_len385net/ipv4/ip_fragment.ciph->tot_len = htons((iph->ihl * 4) + count);
tot_len475net/ipv4/ip_fragment.cend = offset + ntohs(iph->tot_len) - ihl;
tot_len632net/ipv4/ip_fragment.cleft = ntohs(iph->tot_len) - hlen;  /* Space per frame */
tot_len256net/ipv4/ip_fw.cif(ip->protocol==IPPROTO_TCP && (ip->ihl<<2)+16 > ntohs(ip->tot_len))
tot_len263net/ipv4/ip_fw.celse if(ntohs(ip->tot_len)<8+(ip->ihl<<2))
tot_len479net/ipv4/ip_fw.cf->fw_bcnt+=ntohs(ip->tot_len);
tot_len251net/ipv4/ip_input.c|| skb->len < ntohs(iph->tot_len))
tot_len264net/ipv4/ip_input.cskb_trim(skb,ntohs(iph->tot_len));
tot_len561net/ipv4/ip_input.c(ntohs(iph->tot_len) - (iph->ihl * 4)),
tot_len571net/ipv4/ip_masq_app.ciph->tot_len = htons(skb_len + diff);
tot_len72net/ipv4/ip_output.cint len=ntohs(skb->ip_hdr->tot_len);
tot_len361net/ipv4/ip_output.ciph->tot_len = htons(skb->len-(((unsigned char *)iph)-skb->data));
tot_len390net/ipv4/ip_output.cif(ntohs(iph->tot_len)> dev->mtu)
tot_len685net/ipv4/ip_output.ciph->tot_len = htons(length);
tot_len875net/ipv4/ip_output.ciph->tot_len = htons(fraglen - fragheaderlen + iph->ihl*4);
tot_len279net/ipv4/ipmr.cskb->ip_hdr->tot_len=htons(skb->len);      /* Fix the length */
tot_len123net/ipv4/raw.cskb_trim(skb,ntohs(skb->ip_hdr->tot_len));
tot_len137net/ipv4/raw.cskb->ip_hdr->tot_len=ntohs(skb->ip_hdr->tot_len-4*skb->ip_hdr->ihl);
tot_len180net/ipv4/raw.ciph->tot_len=htons(fraglen);  /* This is right as you cant frag
tot_len371net/ipv4/tcp_output.csize = ntohs(iph->tot_len) - (iph->ihl<<2);
tot_len391net/ipv4/tcp_output.cif (rt && ntohs(iph->tot_len) > rt->rt_mtu)