Searched refs:max_window (Results 1 – 13 of 13) sorted by relevance
23 static int min_window[] = {1}, max_window[] = {7}; variable116 .extra2 = &max_window
28 static int min_window[] = {1}, max_window[] = {127}; variable108 .extra2 = &max_window
19 static int min_window[] = {1}, max_window[] = {7}; variable71 .extra2 = &max_window
95 unsigned long max_window; member
596 if (tp->max_window >= 512) in tcp_bound_to_half_wnd()597 cutoff = (tp->max_window >> 1); in tcp_bound_to_half_wnd()599 cutoff = tp->max_window; in tcp_bound_to_half_wnd()
191 u32 max_window; /* Maximal window ever seen from peer */ member
520 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()
368 scp->max_window = decnet_no_fc_max_cwnd; in dn_nsp_conn_conf()
433 if (scp->snd_window < scp->max_window) in dn_nsp_check_xmit_queue()
529 newtp->max_window = newtp->snd_wnd; in tcp_create_openreq_child()
1048 return !before(start_seq, end_seq - tp->max_window); in tcp_is_sackblock_valid()1624 if (before(TCP_SKB_CB(ack_skb)->ack_seq, prior_snd_una - tp->max_window)) in tcp_sacktag_write_queue()3381 if (nwin > tp->max_window) { in tcp_ack_update_window()3382 tp->max_window = nwin; in tcp_ack_update_window()3536 if (before(ack, prior_snd_una - tp->max_window)) { in tcp_ack()5697 tp->max_window = tp->snd_wnd; in tcp_rcv_synsent_state_process()
613 return after(tp->write_seq, tp->pushed_seq + (tp->max_window >> 1)); in forced_push()2241 tp->write_seq += tp->max_window + 2; in tcp_disconnect()
3079 tp->max_window = 0; in tcp_connect_init()