Home
last modified time | relevance | path

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

/linux-4.1.27/net/rose/
Dsysctl_net_rose.c23 static int min_window[] = {1}, max_window[] = {7}; variable
116 .extra2 = &max_window
/linux-4.1.27/net/netrom/
Dsysctl_net_netrom.c28 static int min_window[] = {1}, max_window[] = {127}; variable
108 .extra2 = &max_window
/linux-4.1.27/net/ax25/
Dsysctl_net_ax25.c19 static int min_window[] = {1}, max_window[] = {7}; variable
71 .extra2 = &max_window
/linux-4.1.27/include/net/
Ddn.h95 unsigned long max_window; member
Dtcp.h567 if (tp->max_window >= 512) in tcp_bound_to_half_wnd()
568 cutoff = (tp->max_window >> 1); in tcp_bound_to_half_wnd()
570 cutoff = tp->max_window; in tcp_bound_to_half_wnd()
/linux-4.1.27/include/linux/
Dtcp.h185 u32 max_window; /* Maximal window ever seen from peer */ member
/linux-4.1.27/net/decnet/
Daf_decnet.c520 scp->max_window = NSP_MAX_WINDOW; in dn_alloc_sock()
1125 DN_SK(newsk)->max_window = decnet_no_fc_max_cwnd; in dn_accept()
1463 scp->max_window = u.win; in __dn_setsockopt()
1604 r_data = &scp->max_window; in __dn_getsockopt()
Ddn_nsp_in.c368 scp->max_window = decnet_no_fc_max_cwnd; in dn_nsp_conn_conf()
Ddn_nsp_out.c433 if (scp->snd_window < scp->max_window) in dn_nsp_check_xmit_queue()
/linux-4.1.27/net/ipv4/
Dtcp_minisocks.c518 newtp->max_window = newtp->snd_wnd; in tcp_create_openreq_child()
Dtcp_input.c1028 return !before(start_seq, end_seq - tp->max_window); in tcp_is_sackblock_valid()
1672 if (before(TCP_SKB_CB(ack_skb)->ack_seq, prior_snd_una - tp->max_window)) in tcp_sacktag_write_queue()
3334 if (nwin > tp->max_window) { in tcp_ack_update_window()
3335 tp->max_window = nwin; in tcp_ack_update_window()
3487 if (before(ack, prior_snd_una - tp->max_window)) { in tcp_ack()
5649 tp->max_window = tp->snd_wnd; in tcp_rcv_synsent_state_process()
Dtcp.c613 return after(tp->write_seq, tp->pushed_seq + (tp->max_window >> 1)); in forced_push()
2208 if ((tp->write_seq += tp->max_window + 2) == 0) in tcp_disconnect()
Dtcp_output.c3070 tp->max_window = 0; in tcp_connect_init()