Searched refs:max_window (Results 1 - 13 of 13) sorted by relevance

/linux-4.4.14/net/netrom/
H A Dsysctl_net_netrom.c28 static int min_window[] = {1}, max_window[] = {127}; variable
108 .extra2 = &max_window
/linux-4.4.14/net/rose/
H A Dsysctl_net_rose.c23 static int min_window[] = {1}, max_window[] = {7}; variable
116 .extra2 = &max_window
/linux-4.4.14/net/ax25/
H A Dsysctl_net_ax25.c19 static int min_window[] = {1}, max_window[] = {7}; variable
71 .extra2 = &max_window
/linux-4.4.14/include/net/
H A Ddn.h95 unsigned long max_window; member in struct:dn_scp
H A Dtcp.h596 if (tp->max_window >= 512) tcp_bound_to_half_wnd()
597 cutoff = (tp->max_window >> 1); tcp_bound_to_half_wnd()
599 cutoff = tp->max_window; tcp_bound_to_half_wnd()
/linux-4.4.14/net/decnet/
H A Daf_decnet.c520 scp->max_window = NSP_MAX_WINDOW; dn_alloc_sock()
1125 DN_SK(newsk)->max_window = decnet_no_fc_max_cwnd; dn_accept()
1463 scp->max_window = u.win; __dn_setsockopt()
1604 r_data = &scp->max_window; __dn_getsockopt()
H A Ddn_nsp_in.c368 scp->max_window = decnet_no_fc_max_cwnd; dn_nsp_conn_conf()
H A Ddn_nsp_out.c433 if (scp->snd_window < scp->max_window) skb_queue_walk_safe()
/linux-4.4.14/include/linux/
H A Dtcp.h191 u32 max_window; /* Maximal window ever seen from peer */ member in struct:tcp_sock
/linux-4.4.14/net/ipv4/
H A Dtcp_input.c1011 * the exact amount is rather hard to quantify. However, tp->max_window can
1048 return !before(start_seq, end_seq - tp->max_window); tcp_is_sackblock_valid()
1624 if (before(TCP_SKB_CB(ack_skb)->ack_seq, prior_snd_una - tp->max_window)) tcp_sacktag_write_queue()
3381 if (nwin > tp->max_window) { tcp_ack_update_window()
3382 tp->max_window = nwin; tcp_ack_update_window()
3536 if (before(ack, prior_snd_una - tp->max_window)) { tcp_ack()
5697 tp->max_window = tp->snd_wnd; tcp_rcv_synsent_state_process()
H A Dtcp_minisocks.c529 newtp->max_window = newtp->snd_wnd; tcp_create_openreq_child()
H A Dtcp.c613 return after(tp->write_seq, tp->pushed_seq + (tp->max_window >> 1)); forced_push()
2241 tp->write_seq += tp->max_window + 2; tcp_disconnect()
H A Dtcp_output.c3079 tp->max_window = 0; tcp_connect_init()

Completed in 494 milliseconds