Home
last modified time | relevance | path

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

/include/net/
Ddn.h96 unsigned long max_window; member
Dtcp.h635 if (tp->max_window > TCP_MSS_DEFAULT) in tcp_bound_to_half_wnd()
636 cutoff = (tp->max_window >> 1); in tcp_bound_to_half_wnd()
638 cutoff = tp->max_window; in tcp_bound_to_half_wnd()
/include/uapi/linux/
Dtcp.h145 __u32 max_window; member
/include/linux/
Dtcp.h199 u32 max_window; /* Maximal window ever seen from peer */ member