Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet/
H A Dtcp_input.c2424 tcp_seq seq_min; in tcp_do_segment() local
2429 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()
/freebsd-14.2/sys/netinet/tcp_stacks/
H A Dbbr.c7708 tcp_seq seq_min; in bbr_process_ack() local
7713 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()
H A Drack.c12157 tcp_seq seq_min; in rack_process_ack() local
12162 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()