Searched refs:seq_min (Results 1 – 3 of 3) sorted by relevance
2392 tcp_seq seq_min; in tcp_do_segment() local2397 seq_min = tp->snd_una - tp->max_sndwnd; in tcp_do_segment()2402 seq_min = tp->iss + 1; in tcp_do_segment()2409 seq_min = tp->snd_una - tp->max_sndwnd; in tcp_do_segment()2413 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()