Searched refs:max_window (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/net/rose/ |
A D | sysctl_net_rose.c | 20 static int min_window[] = {1}, max_window[] = {7}; variable 113 .extra2 = &max_window
|
/linux-6.3-rc2/net/netrom/ |
A D | sysctl_net_netrom.c | 25 static int min_window[] = {1}, max_window[] = {127}; variable 105 .extra2 = &max_window
|
/linux-6.3-rc2/net/ax25/ |
A D | sysctl_net_ax25.c | 16 static int min_window[] = {1}, max_window[] = {7}; variable 68 .extra2 = &max_window
|
/linux-6.3-rc2/drivers/mmc/host/ |
A D | sdhci-omap.c | 325 u32 start_window = 0, max_window = 0; in sdhci_omap_execute_tuning() local 395 max_window = start_window; in sdhci_omap_execute_tuning() 414 phase_delay = min(max_window + 4 * (max_len - 1) - 24, in sdhci_omap_execute_tuning() 415 max_window + in sdhci_omap_execute_tuning() 418 phase_delay = max_window + DIV_ROUND_UP(9 * max_len, 16) * 4; in sdhci_omap_execute_tuning() 420 phase_delay = max_window + DIV_ROUND_UP(8 * max_len, 16) * 4; in sdhci_omap_execute_tuning() 422 phase_delay = max_window + DIV_ROUND_UP(7 * max_len, 16) * 4; in sdhci_omap_execute_tuning() 424 phase_delay = max_window + DIV_ROUND_UP(5 * max_len, 16) * 4; in sdhci_omap_execute_tuning() 426 phase_delay = max_window + DIV_ROUND_UP(4 * max_len, 16) * 4; in sdhci_omap_execute_tuning() 428 phase_delay = max_window + DIV_ROUND_UP(3 * max_len, 16) * 4; in sdhci_omap_execute_tuning()
|
/linux-6.3-rc2/include/uapi/linux/ |
A D | tcp.h | 145 __u32 max_window; member
|
/linux-6.3-rc2/tools/include/uapi/linux/ |
A D | tcp.h | 145 __u32 max_window; member
|
/linux-6.3-rc2/include/linux/ |
A D | tcp.h | 236 u32 max_window; /* Maximal window ever seen from peer */ member
|
/linux-6.3-rc2/net/ipv4/ |
A D | tcp.c | 653 return after(tp->write_seq, tp->pushed_seq + (tp->max_window >> 1)); in forced_push() 3127 seq = tp->write_seq + tp->max_window + 2; in tcp_disconnect() 3233 if (opt.max_window < opt.snd_wnd) in tcp_repair_set_window() 3244 tp->max_window = opt.max_window; in tcp_repair_set_window() 4231 opt.max_window = tp->max_window; in do_tcp_getsockopt()
|
A D | tcp_fastopen.c | 269 tp->max_window = tp->snd_wnd; in tcp_fastopen_create_child()
|
A D | tcp_input.c | 999 if (seq_len > tp->max_window) in tcp_dsack_seen() 1246 return !before(start_seq, end_seq - tp->max_window); in tcp_is_sackblock_valid() 1838 if (before(TCP_SKB_CB(ack_skb)->ack_seq, prior_snd_una - tp->max_window)) in tcp_sacktag_write_queue() 3578 if (nwin > tp->max_window) { in tcp_ack_update_window() 3579 tp->max_window = nwin; in tcp_ack_update_window() 3789 if (before(ack, prior_snd_una - tp->max_window)) { in tcp_ack() 6372 tp->max_window = tp->snd_wnd; in tcp_rcv_synsent_state_process()
|
A D | tcp_minisocks.c | 554 newtp->max_window = newtp->snd_wnd; in tcp_create_openreq_child()
|
A D | tcp_output.c | 3670 tp->max_window = 0; in tcp_connect_init()
|
/linux-6.3-rc2/include/net/ |
A D | tcp.h | 665 if (tp->max_window > TCP_MSS_DEFAULT) in tcp_bound_to_half_wnd() 666 cutoff = (tp->max_window >> 1); in tcp_bound_to_half_wnd() 668 cutoff = tp->max_window; in tcp_bound_to_half_wnd()
|
/linux-6.3-rc2/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
A D | chtls_cm.c | 465 tp->max_window = 0xFFFF << (tp->rx_opt.snd_wscale); in chtls_disconnect()
|
Completed in 56 milliseconds