Home
last modified time | relevance | path

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

/net/rose/
Dsysctl_net_rose.c20 static int min_window[] = {1}, max_window[] = {7}; variable
113 .extra2 = &max_window
/net/netrom/
Dsysctl_net_netrom.c25 static int min_window[] = {1}, max_window[] = {127}; variable
105 .extra2 = &max_window
/net/ax25/
Dsysctl_net_ax25.c16 static int min_window[] = {1}, max_window[] = {7}; variable
68 .extra2 = &max_window
/net/ipv4/
Dtcp_input.c1011 if (seq_len > tp->max_window) in tcp_dsack_seen()
1258 return !before(start_seq, end_seq - tp->max_window); in tcp_is_sackblock_valid()
1850 if (before(TCP_SKB_CB(ack_skb)->ack_seq, prior_snd_una - tp->max_window)) in tcp_sacktag_write_queue()
3591 if (nwin > tp->max_window) { in tcp_ack_update_window()
3592 tp->max_window = nwin; in tcp_ack_update_window()
3806 u32 max_window; in tcp_ack() local
3809 max_window = min_t(u64, tp->max_window, tp->bytes_acked); in tcp_ack()
3811 if (before(ack, prior_snd_una - max_window)) { in tcp_ack()
6383 tp->max_window = tp->snd_wnd; in tcp_rcv_synsent_state_process()
Dtcp.c655 return after(tp->write_seq, tp->pushed_seq + (tp->max_window >> 1)); in forced_push()
3130 seq = tp->write_seq + tp->max_window + 2; in tcp_disconnect()
3235 if (opt.max_window < opt.snd_wnd) in tcp_repair_set_window()
3246 tp->max_window = opt.max_window; in tcp_repair_set_window()
4249 opt.max_window = tp->max_window; in do_tcp_getsockopt()
Dtcp_fastopen.c269 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_output.c3691 tp->max_window = 0; in tcp_connect_init()