Home
last modified time | relevance | path

Searched refs:max_window (Results 1 – 19 of 19) sorted by relevance

/Linux-v4.19/net/rose/
Dsysctl_net_rose.c23 static int min_window[] = {1}, max_window[] = {7}; variable
116 .extra2 = &max_window
/Linux-v4.19/net/netrom/
Dsysctl_net_netrom.c28 static int min_window[] = {1}, max_window[] = {127}; variable
108 .extra2 = &max_window
/Linux-v4.19/net/ax25/
Dsysctl_net_ax25.c19 static int min_window[] = {1}, max_window[] = {7}; variable
71 .extra2 = &max_window
/Linux-v4.19/drivers/gpu/drm/amd/display/modules/stats/
Dstats.c59 unsigned int max_window; member
253 time[time_index].max_window, in mod_stats_dump()
447 time[index].max_window = window_max; in mod_stats_update_freesync()
/Linux-v4.19/include/net/
Ddn.h96 unsigned long max_window; member
Dtcp.h613 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()
/Linux-v4.19/include/uapi/linux/
Dtcp.h142 __u32 max_window; member
/Linux-v4.19/drivers/mmc/host/
Dsdhci-omap.c290 u32 start_window = 0, max_window = 0; in sdhci_omap_execute_tuning() local
338 max_window = start_window; in sdhci_omap_execute_tuning()
358 phase_delay = max_window + 4 * (max_len >> 1); in sdhci_omap_execute_tuning()
/Linux-v4.19/include/linux/
Dtcp.h207 u32 max_window; /* Maximal window ever seen from peer */ member
/Linux-v4.19/net/ipv4/
Dtcp.c657 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()
Dtcp_fastopen.c250 tp->max_window = tp->snd_wnd; in tcp_fastopen_create_child()
Dtcp_minisocks.c537 newtp->max_window = newtp->snd_wnd; in tcp_create_openreq_child()
Dtcp_input.c1096 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()
Dtcp_output.c3299 tp->max_window = 0; in tcp_connect_init()
/Linux-v4.19/net/decnet/
Daf_decnet.c521 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()
Ddn_nsp_out.c430 if (scp->snd_window < scp->max_window) in dn_nsp_check_xmit_queue()
Ddn_nsp_in.c368 scp->max_window = decnet_no_fc_max_cwnd; in dn_nsp_conn_conf()
/Linux-v4.19/drivers/gpu/drm/amd/display/modules/freesync/
Dfreesync.c71 unsigned int max_window; member
1546 *window_max = state.time.max_window; in mod_freesync_get_settings()
/Linux-v4.19/drivers/crypto/chelsio/chtls/
Dchtls_cm.c428 tp->max_window = 0xFFFF << (tp->rx_opt.snd_wscale); in chtls_disconnect()