Searched refs:tiwin (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 8551 tp->snd_wnd = tiwin; in rack_process_data() 8559 tp->snd_wnd = tiwin; in rack_process_data() 8841 if (tiwin && tiwin != tp->snd_wnd) { in rack_do_fastnewdata() 9013 if (tiwin != tp->snd_wnd) { in rack_fastack() 9014 tp->snd_wnd = tiwin; in rack_fastack() 9358 tiwin, thflags, nxt_pkt)); in rack_do_syn_sent() 9457 tp->snd_wnd = tiwin; in rack_do_syn_recv() 9558 tiwin, thflags, nxt_pkt)); in rack_do_syn_recv() 9687 tiwin, thflags, nxt_pkt)); in rack_do_established() 9782 tiwin, thflags, nxt_pkt)); in rack_do_close_wait() [all …]
|
| H A D | bbr.c | 8231 tp->snd_wnd = tiwin; in bbr_process_data() 8239 tp->snd_wnd = tiwin; in bbr_process_data() 8523 if (tiwin && tiwin != tp->snd_wnd) { in bbr_do_fastnewdata() 8709 if (tiwin != tp->snd_wnd) { in bbr_fastack() 8710 tp->snd_wnd = tiwin; in bbr_fastack() 9038 tiwin, thflags, nxt_pkt)); in bbr_do_syn_sent() 9137 tp->snd_wnd = tiwin; in bbr_do_syn_recv() 9249 tiwin, thflags, nxt_pkt)); in bbr_do_syn_recv() 9299 tiwin, nxt_pkt)) { in bbr_do_established() 9384 tiwin, thflags, nxt_pkt)); in bbr_do_established() [all …]
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_input.c | 1504 uint32_t tiwin; in tcp_do_segment() local 1573 tiwin = th->th_win << tp->snd_scale; in tcp_do_segment() 1575 stats_voi_update_abs_ulong(tp->t_stats, VOI_TCP_FRWIN, tiwin); in tcp_do_segment() 1752 tiwin && tiwin == tp->snd_wnd && in tcp_do_segment() 2403 tp->snd_wnd = tiwin; in tcp_do_segment() 2431 tp->snd_wnd = tiwin; in tcp_do_segment() 2516 (tiwin == tp->snd_wnd || in tcp_do_segment() 3015 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) { in tcp_do_segment() 3018 tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd) in tcp_do_segment() 3020 tp->snd_wnd = tiwin; in tcp_do_segment()
|