taglinefilesource code
next_seq4641net/ipv4/tcp.cu32 next_seq;
next_seq4643net/ipv4/tcp.cnext_seq = len - 4*th->doff;
next_seq4645net/ipv4/tcp.cnext_seq++;
next_seq4647net/ipv4/tcp.cif (next_seq && !sk->window)
next_seq4649net/ipv4/tcp.cnext_seq += th->seq;
next_seq4659net/ipv4/tcp.cif (!after(next_seq+1, sk->acked_seq))