Home
last modified time | relevance | path

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

/Linux-v5.10/net/rose/
Dsysctl_net_rose.c20 static int min_window[] = {1}, max_window[] = {7}; variable
113 .extra2 = &max_window
/Linux-v5.10/net/netrom/
Dsysctl_net_netrom.c25 static int min_window[] = {1}, max_window[] = {127}; variable
105 .extra2 = &max_window
/Linux-v5.10/net/ax25/
Dsysctl_net_ax25.c16 static int min_window[] = {1}, max_window[] = {7}; variable
68 .extra2 = &max_window
/Linux-v5.10/drivers/mmc/host/
Dsdhci-omap.c293 u32 start_window = 0, max_window = 0; in sdhci_omap_execute_tuning() local
363 max_window = start_window; in sdhci_omap_execute_tuning()
382 phase_delay = min(max_window + 4 * (max_len - 1) - 24, in sdhci_omap_execute_tuning()
383 max_window + in sdhci_omap_execute_tuning()
386 phase_delay = max_window + DIV_ROUND_UP(9 * max_len, 16) * 4; in sdhci_omap_execute_tuning()
388 phase_delay = max_window + DIV_ROUND_UP(8 * max_len, 16) * 4; in sdhci_omap_execute_tuning()
390 phase_delay = max_window + DIV_ROUND_UP(7 * max_len, 16) * 4; in sdhci_omap_execute_tuning()
392 phase_delay = max_window + DIV_ROUND_UP(5 * max_len, 16) * 4; in sdhci_omap_execute_tuning()
394 phase_delay = max_window + DIV_ROUND_UP(4 * max_len, 16) * 4; in sdhci_omap_execute_tuning()
396 phase_delay = max_window + DIV_ROUND_UP(3 * max_len, 16) * 4; in sdhci_omap_execute_tuning()
/Linux-v5.10/include/net/
Ddn.h96 unsigned long max_window; member
Dtcp.h641 if (tp->max_window > TCP_MSS_DEFAULT) in tcp_bound_to_half_wnd()
642 cutoff = (tp->max_window >> 1); in tcp_bound_to_half_wnd()
644 cutoff = tp->max_window; in tcp_bound_to_half_wnd()
/Linux-v5.10/include/uapi/linux/
Dtcp.h145 __u32 max_window; member
/Linux-v5.10/include/linux/
Dtcp.h206 u32 max_window; /* Maximal window ever seen from peer */ member
/Linux-v5.10/net/decnet/
Daf_decnet.c514 scp->max_window = NSP_MAX_WINDOW; in dn_alloc_sock()
1119 DN_SK(newsk)->max_window = decnet_no_fc_max_cwnd; in dn_accept()
1454 scp->max_window = u.win; in __dn_setsockopt()
1595 r_data = &scp->max_window; in __dn_getsockopt()
Ddn_nsp_out.c422 if (scp->snd_window < scp->max_window) in dn_nsp_check_xmit_queue()
Ddn_nsp_in.c360 scp->max_window = decnet_no_fc_max_cwnd; in dn_nsp_conn_conf()
/Linux-v5.10/net/ipv4/
Dtcp.c659 return after(tp->write_seq, tp->pushed_seq + (tp->max_window >> 1)); in forced_push()
2681 seq = tp->write_seq + tp->max_window + 2; in tcp_disconnect()
2784 if (opt.max_window < opt.snd_wnd) in tcp_repair_set_window()
2795 tp->max_window = opt.max_window; in tcp_repair_set_window()
3741 opt.max_window = tp->max_window; in do_tcp_getsockopt()
Dtcp_fastopen.c286 tp->max_window = tp->snd_wnd; in tcp_fastopen_create_child()
Dtcp_minisocks.c523 newtp->max_window = newtp->snd_wnd; in tcp_create_openreq_child()
Dtcp_input.c968 if (seq_len > tp->max_window) in tcp_dsack_seen()
1206 return !before(start_seq, end_seq - tp->max_window); in tcp_is_sackblock_valid()
1796 if (before(TCP_SKB_CB(ack_skb)->ack_seq, prior_snd_una - tp->max_window)) in tcp_sacktag_write_queue()
3494 if (nwin > tp->max_window) { in tcp_ack_update_window()
3495 tp->max_window = nwin; in tcp_ack_update_window()
3702 if (before(ack, prior_snd_una - tp->max_window)) { in tcp_ack()
6223 tp->max_window = tp->snd_wnd; in tcp_rcv_synsent_state_process()
Dtcp_output.c3659 tp->max_window = 0; in tcp_connect_init()
/Linux-v5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/
Dchtls_cm.c462 tp->max_window = 0xFFFF << (tp->rx_opt.snd_wscale); in chtls_disconnect()