Home
last modified time | relevance | path

Searched refs:seq_min (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_input.c2389 tcp_seq seq_min; in tcp_do_segment() local
2394 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()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c7693 tcp_seq seq_min; in bbr_process_ack() local
7698 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()
H A Drack.c11648 tcp_seq seq_min; in rack_process_ack() local
11653 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()