taglinefilesource code
next_seq4428net/ipv4/tcp.cu32 next_seq;
next_seq4430net/ipv4/tcp.cnext_seq = len - 4*th->doff;
next_seq4432net/ipv4/tcp.cnext_seq++;
next_seq4434net/ipv4/tcp.cif (next_seq && !sk->window)
next_seq4436net/ipv4/tcp.cnext_seq += th->seq;
next_seq4446net/ipv4/tcp.cif (!after(next_seq+1, sk->acked_seq))