taglinefilesource code
next_seq4705net/ipv4/tcp.cu32 next_seq;
next_seq4707net/ipv4/tcp.cnext_seq = len - 4*th->doff;
next_seq4709net/ipv4/tcp.cnext_seq++;
next_seq4711net/ipv4/tcp.cif (next_seq && !sk->window)
next_seq4713net/ipv4/tcp.cnext_seq += ntohl(th->seq);
next_seq4723net/ipv4/tcp.cif (!after(next_seq+1, sk->acked_seq))