Searched refs:max_window (Results 1 – 7 of 7) sorted by relevance
145 __u32 max_window; member
697 return after(tp->write_seq, tp->pushed_seq + (tp->max_window >> 1)); in forced_push()3416 seq = tp->write_seq + tp->max_window + 2; in tcp_disconnect()3533 if (opt.max_window < opt.snd_wnd) in tcp_repair_set_window()3544 tp->max_window = opt.max_window; in tcp_repair_set_window()4660 opt.max_window = tp->max_window; in do_tcp_getsockopt()5199 CACHELINE_ASSERT_GROUP_MEMBER(struct tcp_sock, tcp_sock_read_tx, max_window); in tcp_struct_check()
1242 if (seq_len > tp->max_window) in tcp_dsack_seen()1481 return !before(start_seq, end_seq - tp->max_window); in tcp_is_sackblock_valid()2249 if (before(TCP_SKB_CB(ack_skb)->ack_seq, prior_snd_una - tp->max_window)) in tcp_sacktag_write_queue()3977 if (nwin > tp->max_window) { in tcp_ack_update_window()3978 tp->max_window = nwin; in tcp_ack_update_window()4276 u32 max_window; in tcp_ack() local4279 max_window = min_t(u64, tp->max_window, tp->bytes_acked); in tcp_ack()4281 if (before(ack, prior_snd_una - max_window)) { in tcp_ack()7027 tp->max_window = tp->snd_wnd; in tcp_rcv_synsent_state_process()
357 tp->max_window = tp->snd_wnd; in tcp_fastopen_create_child()
615 newtp->max_window = newtp->snd_wnd; in tcp_create_openreq_child()
842 if (tp->max_window > TCP_MSS_DEFAULT) in tcp_bound_to_half_wnd()843 cutoff = (tp->max_window >> 1); in tcp_bound_to_half_wnd()845 cutoff = tp->max_window; in tcp_bound_to_half_wnd()
465 tp->max_window = 0xFFFF << (tp->rx_opt.snd_wscale); in chtls_disconnect()