Searched refs:max_window (Results 1 – 19 of 19) sorted by relevance
23 static int min_window[] = {1}, max_window[] = {7}; variable116 .extra2 = &max_window
28 static int min_window[] = {1}, max_window[] = {127}; variable108 .extra2 = &max_window
19 static int min_window[] = {1}, max_window[] = {7}; variable71 .extra2 = &max_window
59 unsigned int max_window; member253 time[time_index].max_window, in mod_stats_dump()447 time[index].max_window = window_max; in mod_stats_update_freesync()
96 unsigned long max_window; member
613 if (tp->max_window > TCP_MSS_DEFAULT) in tcp_bound_to_half_wnd()614 cutoff = (tp->max_window >> 1); in tcp_bound_to_half_wnd()616 cutoff = tp->max_window; in tcp_bound_to_half_wnd()
142 __u32 max_window; member
290 u32 start_window = 0, max_window = 0; in sdhci_omap_execute_tuning() local338 max_window = start_window; in sdhci_omap_execute_tuning()358 phase_delay = max_window + 4 * (max_len >> 1); in sdhci_omap_execute_tuning()
207 u32 max_window; /* Maximal window ever seen from peer */ member
657 return after(tp->write_seq, tp->pushed_seq + (tp->max_window >> 1)); in forced_push()2572 tp->write_seq += tp->max_window + 2; in tcp_disconnect()2637 if (opt.max_window < opt.snd_wnd) in tcp_repair_set_window()2648 tp->max_window = opt.max_window; in tcp_repair_set_window()3469 opt.max_window = tp->max_window; in do_tcp_getsockopt()
250 tp->max_window = tp->snd_wnd; in tcp_fastopen_create_child()
537 newtp->max_window = newtp->snd_wnd; in tcp_create_openreq_child()
1096 return !before(start_seq, end_seq - tp->max_window); in tcp_is_sackblock_valid()1687 if (before(TCP_SKB_CB(ack_skb)->ack_seq, prior_snd_una - tp->max_window)) in tcp_sacktag_write_queue()3392 if (nwin > tp->max_window) { in tcp_ack_update_window()3393 tp->max_window = nwin; in tcp_ack_update_window()3599 if (before(ack, prior_snd_una - tp->max_window)) { in tcp_ack()5940 tp->max_window = tp->snd_wnd; in tcp_rcv_synsent_state_process()
3299 tp->max_window = 0; in tcp_connect_init()
521 scp->max_window = NSP_MAX_WINDOW; in dn_alloc_sock()1126 DN_SK(newsk)->max_window = decnet_no_fc_max_cwnd; in dn_accept()1459 scp->max_window = u.win; in __dn_setsockopt()1600 r_data = &scp->max_window; in __dn_getsockopt()
430 if (scp->snd_window < scp->max_window) in dn_nsp_check_xmit_queue()
368 scp->max_window = decnet_no_fc_max_cwnd; in dn_nsp_conn_conf()
71 unsigned int max_window; member1546 *window_max = state.time.max_window; in mod_freesync_get_settings()
428 tp->max_window = 0xFFFF << (tp->rx_opt.snd_wscale); in chtls_disconnect()