Home
last modified time | relevance | path

Searched refs:max_sndwnd (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/netinet/
H A Dtcp_input.c2442 seq_min = tp->snd_una - tp->max_sndwnd; in tcp_do_segment()
2445 if (SEQ_GT(tp->iss + 1, tp->snd_una - tp->max_sndwnd)) { in tcp_do_segment()
2454 seq_min = tp->snd_una - tp->max_sndwnd; in tcp_do_segment()
3142 if (tp->snd_wnd > tp->max_sndwnd) in tcp_do_segment()
3143 tp->max_sndwnd = tp->snd_wnd; in tcp_do_segment()
H A Dtcp_output.c622 if (len >= tp->max_sndwnd / 2 && tp->max_sndwnd > 0) in tcp_default_output()
H A Dtcp_var.h412 uint32_t max_sndwnd; /* largest window peer has offered */ member
H A Dtcp_usrreq.c3153 tp->t_rttupdated, tp->max_sndwnd, tp->t_softerror); in db_print_tcpcb()
/freebsd/sys/netinet/tcp_stacks/
H A Dbbr.c7705 seq_min = tp->snd_una - tp->max_sndwnd; in bbr_process_ack()
7708 if (SEQ_GT(tp->iss + 1, tp->snd_una - tp->max_sndwnd)) { in bbr_process_ack()
7717 seq_min = tp->snd_una - tp->max_sndwnd; in bbr_process_ack()
8161 if (tp->snd_wnd > tp->max_sndwnd) in bbr_process_data()
8162 tp->max_sndwnd = tp->snd_wnd; in bbr_process_data()
8619 if (tp->snd_wnd > tp->max_sndwnd) in bbr_fastack()
8620 tp->max_sndwnd = tp->snd_wnd; in bbr_fastack()
12636 if (len >= tp->max_sndwnd / 2 && tp->max_sndwnd > 0) { in bbr_output_wtime()
H A Drack.c11779 seq_min = tp->snd_una - tp->max_sndwnd; in rack_process_ack()
11782 if (SEQ_GT(tp->iss + 1, tp->snd_una - tp->max_sndwnd)) { in rack_process_ack()
11791 seq_min = tp->snd_una - tp->max_sndwnd; in rack_process_ack()
12246 if (tp->snd_wnd > tp->max_sndwnd) in rack_process_data()
12247 tp->max_sndwnd = tp->snd_wnd; in rack_process_data()
12692 if (tp->snd_wnd > tp->max_sndwnd) in rack_fastack()
12693 tp->max_sndwnd = tp->snd_wnd; in rack_fastack()
15304 if (tp->snd_wnd > tp->max_sndwnd) in rack_do_win_updates()
15305 tp->max_sndwnd = tp->snd_wnd; in rack_do_win_updates()
15316 if (tp->snd_wnd > tp->max_sndwnd) in rack_do_win_updates()
[all …]