Home
last modified time | relevance | path

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

/include/uapi/linux/
A Dtcp.h158 __u32 max_window; member
/include/linux/
A Dtcp.h205 u32 max_window; /* Maximal window ever seen from peer */ member
/include/net/
A Dtcp.h769 if (tp->max_window > TCP_MSS_DEFAULT) in tcp_bound_to_half_wnd()
770 cutoff = (tp->max_window >> 1); in tcp_bound_to_half_wnd()
772 cutoff = tp->max_window; in tcp_bound_to_half_wnd()

Completed in 17 milliseconds