Searched refs:seq_min (Results 1 – 3 of 3) sorted by relevance
2389 tcp_seq seq_min; in tcp_do_segment() local2394 seq_min = tp->snd_una - tp->max_sndwnd; in tcp_do_segment()2399 seq_min = tp->iss + 1; in tcp_do_segment()2406 seq_min = tp->snd_una - tp->max_sndwnd; in tcp_do_segment()2410 if (SEQ_LT(th->th_ack, seq_min)) { in tcp_do_segment()
7693 tcp_seq seq_min; in bbr_process_ack() local7698 seq_min = tp->snd_una - tp->max_sndwnd; in bbr_process_ack()7703 seq_min = tp->iss + 1; in bbr_process_ack()7710 seq_min = tp->snd_una - tp->max_sndwnd; in bbr_process_ack()7714 if (SEQ_LT(th->th_ack, seq_min)) { in bbr_process_ack()
11648 tcp_seq seq_min; in rack_process_ack() local11653 seq_min = tp->snd_una - tp->max_sndwnd; in rack_process_ack()11658 seq_min = tp->iss + 1; in rack_process_ack()11665 seq_min = tp->snd_una - tp->max_sndwnd; in rack_process_ack()11669 if (SEQ_LT(th->th_ack, seq_min)) { in rack_process_ack()