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.c2437 tcp_seq seq_min; in tcp_do_segment() local
2442 seq_min = tp->snd_una - tp->max_sndwnd; in tcp_do_segment()
2447 seq_min = tp->iss + 1; in tcp_do_segment()
2454 seq_min = tp->snd_una - tp->max_sndwnd; in tcp_do_segment()
2458 if (SEQ_LT(th->th_ack, seq_min)) { in tcp_do_segment()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c7700 tcp_seq seq_min; in bbr_process_ack() local
7705 seq_min = tp->snd_una - tp->max_sndwnd; in bbr_process_ack()
7710 seq_min = tp->iss + 1; in bbr_process_ack()
7717 seq_min = tp->snd_una - tp->max_sndwnd; in bbr_process_ack()
7721 if (SEQ_LT(th->th_ack, seq_min)) { in bbr_process_ack()
H A Drack.c11774 tcp_seq seq_min; in rack_process_ack() local
11779 seq_min = tp->snd_una - tp->max_sndwnd; in rack_process_ack()
11784 seq_min = tp->iss + 1; in rack_process_ack()
11791 seq_min = tp->snd_una - tp->max_sndwnd; in rack_process_ack()
11795 if (SEQ_LT(th->th_ack, seq_min)) { in rack_process_ack()