Searched refs:seq_min (Results 1 – 3 of 3) sorted by relevance
2424 tcp_seq seq_min; in tcp_do_segment() local2429 seq_min = tp->snd_una - tp->max_sndwnd; in tcp_do_segment()2434 seq_min = tp->iss + 1; in tcp_do_segment()2441 seq_min = tp->snd_una - tp->max_sndwnd; in tcp_do_segment()2445 if (SEQ_LT(th->th_ack, seq_min)) { in tcp_do_segment()
7708 tcp_seq seq_min; in bbr_process_ack() local7713 seq_min = tp->snd_una - tp->max_sndwnd; in bbr_process_ack()7718 seq_min = tp->iss + 1; in bbr_process_ack()7725 seq_min = tp->snd_una - tp->max_sndwnd; in bbr_process_ack()7729 if (SEQ_LT(th->th_ack, seq_min)) { in bbr_process_ack()
12157 tcp_seq seq_min; in rack_process_ack() local12162 seq_min = tp->snd_una - tp->max_sndwnd; in rack_process_ack()12167 seq_min = tp->iss + 1; in rack_process_ack()12174 seq_min = tp->snd_una - tp->max_sndwnd; in rack_process_ack()12178 if (SEQ_LT(th->th_ack, seq_min)) { in rack_process_ack()