Searched refs:max_window (Results 1 – 18 of 18) sorted by relevance
/Linux-v5.4/net/rose/ |
D | sysctl_net_rose.c | 20 static int min_window[] = {1}, max_window[] = {7}; variable 113 .extra2 = &max_window
|
/Linux-v5.4/net/netrom/ |
D | sysctl_net_netrom.c | 25 static int min_window[] = {1}, max_window[] = {127}; variable 105 .extra2 = &max_window
|
/Linux-v5.4/drivers/mmc/host/ |
D | sdhci-omap.c | 286 u32 start_window = 0, max_window = 0; in sdhci_omap_execute_tuning() local 356 max_window = start_window; in sdhci_omap_execute_tuning() 375 phase_delay = min(max_window + 4 * (max_len - 1) - 24, in sdhci_omap_execute_tuning() 376 max_window + in sdhci_omap_execute_tuning() 379 phase_delay = max_window + DIV_ROUND_UP(9 * max_len, 16) * 4; in sdhci_omap_execute_tuning() 381 phase_delay = max_window + DIV_ROUND_UP(8 * max_len, 16) * 4; in sdhci_omap_execute_tuning() 383 phase_delay = max_window + DIV_ROUND_UP(7 * max_len, 16) * 4; in sdhci_omap_execute_tuning() 385 phase_delay = max_window + DIV_ROUND_UP(5 * max_len, 16) * 4; in sdhci_omap_execute_tuning() 387 phase_delay = max_window + DIV_ROUND_UP(4 * max_len, 16) * 4; in sdhci_omap_execute_tuning() 389 phase_delay = max_window + DIV_ROUND_UP(3 * max_len, 16) * 4; in sdhci_omap_execute_tuning()
|
/Linux-v5.4/net/ax25/ |
D | sysctl_net_ax25.c | 16 static int min_window[] = {1}, max_window[] = {7}; variable 68 .extra2 = &max_window
|
/Linux-v5.4/drivers/gpu/drm/amd/display/modules/stats/ |
D | stats.c | 59 unsigned int max_window; member 249 time[time_index].max_window, in mod_stats_dump() 443 time[index].max_window = window_max; in mod_stats_update_freesync()
|
/Linux-v5.4/include/net/ |
D | dn.h | 96 unsigned long max_window; member
|
D | tcp.h | 624 if (tp->max_window > TCP_MSS_DEFAULT) in tcp_bound_to_half_wnd() 625 cutoff = (tp->max_window >> 1); in tcp_bound_to_half_wnd() 627 cutoff = tp->max_window; in tcp_bound_to_half_wnd()
|
/Linux-v5.4/include/uapi/linux/ |
D | tcp.h | 145 __u32 max_window; member
|
/Linux-v5.4/include/linux/ |
D | tcp.h | 199 u32 max_window; /* Maximal window ever seen from peer */ member
|
/Linux-v5.4/net/ipv4/ |
D | tcp.c | 648 return after(tp->write_seq, tp->pushed_seq + (tp->max_window >> 1)); in forced_push() 2611 seq = tp->write_seq + tp->max_window + 2; in tcp_disconnect() 2702 if (opt.max_window < opt.snd_wnd) in tcp_repair_set_window() 2713 tp->max_window = opt.max_window; in tcp_repair_set_window() 3570 opt.max_window = tp->max_window; in do_tcp_getsockopt()
|
D | tcp_fastopen.c | 263 tp->max_window = tp->snd_wnd; in tcp_fastopen_create_child()
|
D | tcp_minisocks.c | 523 newtp->max_window = newtp->snd_wnd; in tcp_create_openreq_child()
|
D | tcp_input.c | 1089 return !before(start_seq, end_seq - tp->max_window); in tcp_is_sackblock_valid() 1691 if (before(TCP_SKB_CB(ack_skb)->ack_seq, prior_snd_una - tp->max_window)) in tcp_sacktag_write_queue() 3401 if (nwin > tp->max_window) { in tcp_ack_update_window() 3402 tp->max_window = nwin; in tcp_ack_update_window() 3608 if (before(ack, prior_snd_una - tp->max_window)) { in tcp_ack() 6049 tp->max_window = tp->snd_wnd; in tcp_rcv_synsent_state_process()
|
D | tcp_output.c | 3389 tp->max_window = 0; in tcp_connect_init()
|
/Linux-v5.4/net/decnet/ |
D | af_decnet.c | 513 scp->max_window = NSP_MAX_WINDOW; in dn_alloc_sock() 1118 DN_SK(newsk)->max_window = decnet_no_fc_max_cwnd; in dn_accept() 1451 scp->max_window = u.win; in __dn_setsockopt() 1592 r_data = &scp->max_window; in __dn_getsockopt()
|
D | dn_nsp_out.c | 422 if (scp->snd_window < scp->max_window) in dn_nsp_check_xmit_queue()
|
D | dn_nsp_in.c | 360 scp->max_window = decnet_no_fc_max_cwnd; in dn_nsp_conn_conf()
|
/Linux-v5.4/drivers/crypto/chelsio/chtls/ |
D | chtls_cm.c | 424 tp->max_window = 0xFFFF << (tp->rx_opt.snd_wscale); in chtls_disconnect()
|