Searched refs:seq_min (Results 1 – 3 of 3) sorted by relevance
2437 tcp_seq seq_min; in tcp_do_segment() local2442 seq_min = tp->snd_una - tp->max_sndwnd; in tcp_do_segment()2447 seq_min = tp->iss + 1; in tcp_do_segment()2454 seq_min = tp->snd_una - tp->max_sndwnd; in tcp_do_segment()2458 if (SEQ_LT(th->th_ack, seq_min)) { in tcp_do_segment()
7700 tcp_seq seq_min; in bbr_process_ack() local7705 seq_min = tp->snd_una - tp->max_sndwnd; in bbr_process_ack()7710 seq_min = tp->iss + 1; in bbr_process_ack()7717 seq_min = tp->snd_una - tp->max_sndwnd; in bbr_process_ack()7721 if (SEQ_LT(th->th_ack, seq_min)) { in bbr_process_ack()
11774 tcp_seq seq_min; in rack_process_ack() local11779 seq_min = tp->snd_una - tp->max_sndwnd; in rack_process_ack()11784 seq_min = tp->iss + 1; in rack_process_ack()11791 seq_min = tp->snd_una - tp->max_sndwnd; in rack_process_ack()11795 if (SEQ_LT(th->th_ack, seq_min)) { in rack_process_ack()