taglinefilesource code
counted255net/inet/tcp.cunsigned long counted;
counted273net/inet/tcp.ccounted = sk->copied_seq+1;  /* Where we are at the moment */
counted292net/inet/tcp.cif (before(counted, skb->h.th->seq))   /* Found a hole so stops here */
counted294net/inet/tcp.csum = skb->len -(counted - skb->h.th->seq);  /* Length - header but start from where we are up to (avoid overlaps) */
counted302net/inet/tcp.ccounted += sum;