Searched refs:max_window (Results 1 – 8 of 8) sorted by relevance
| /linux/net/rose/ |
| H A D | sysctl_net_rose.c | 20 static int min_window[] = {1}, max_window[] = {7}; variable 113 .extra2 = &max_window
|
| /linux/net/netrom/ |
| H A D | sysctl_net_netrom.c | 25 static int min_window[] = {1}, max_window[] = {127}; variable 105 .extra2 = &max_window
|
| /linux/net/ax25/ |
| H A D | sysctl_net_ax25.c | 16 static int min_window[] = {1}, max_window[] = {7}; variable 68 .extra2 = &max_window
|
| /linux/tools/include/uapi/linux/ |
| H A D | tcp.h | 145 __u32 max_window; member
|
| /linux/net/ipv4/ |
| H A D | tcp.c | 696 return after(tp->write_seq, tp->pushed_seq + (tp->max_window >> 1)); in forced_push() 3397 seq = tp->write_seq + tp->max_window + 2; in tcp_disconnect() 3513 if (opt.max_window < opt.snd_wnd) in tcp_repair_set_window() 3524 tp->max_window = opt.max_window; in tcp_repair_set_window() 4621 opt.max_window = tp->max_window; in do_tcp_getsockopt() 5112 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_read_tx, max_window); in tcp_struct_check()
|
| H A D | tcp_input.c | 1225 if (seq_len > tp->max_window) in tcp_dsack_seen() 1463 return !before(start_seq, end_seq - tp->max_window); in tcp_is_sackblock_valid() 2045 if (before(TCP_SKB_CB(ack_skb)->ack_seq, prior_snd_una - tp->max_window)) in tcp_sacktag_write_queue() 3773 if (nwin > tp->max_window) { in tcp_ack_update_window() 3774 tp->max_window = nwin; in tcp_ack_update_window() 4029 u32 max_window; in tcp_ack() local 4032 max_window = min_t(u64, tp->max_window, tp->bytes_acked); in tcp_ack() 4034 if (before(ack, prior_snd_una - max_window)) { in tcp_ack() 6844 tp->max_window = tp->snd_wnd; in tcp_rcv_synsent_state_process()
|
| H A D | tcp_output.c | 4086 tp->max_window = 0; in tcp_connect_init()
|
| /linux/include/net/ |
| H A D | tcp.h | 799 if (tp->max_window > TCP_MSS_DEFAULT) in tcp_bound_to_half_wnd() 800 cutoff = (tp->max_window >> 1); in tcp_bound_to_half_wnd() 802 cutoff = tp->max_window; in tcp_bound_to_half_wnd()
|