Searched refs:MAX_RCV_WND (Results 1 – 2 of 2) sorted by relevance
50 #define MAX_RCV_WND ((1U << 27) - 1) macro
1101 return min(wnd, MAX_RCV_WND); in select_rcv_wnd()1110 if (space > MAX_RCV_WND) in select_rcv_wscale()1111 space = MAX_RCV_WND; in select_rcv_wscale()