Searched refs:max_window (Results 1 – 3 of 3) sorted by relevance
152 __u32 max_window; member
205 u32 max_window; /* Maximal window ever seen from peer */ member
729 if (tp->max_window > TCP_MSS_DEFAULT) in tcp_bound_to_half_wnd()730 cutoff = (tp->max_window >> 1); in tcp_bound_to_half_wnd()732 cutoff = tp->max_window; in tcp_bound_to_half_wnd()