Searched refs:RCV_BUFSIZ_M (Results 1 – 3 of 3) sorted by relevance
839 csk->rcv_win = min(csk->rcv_win, RCV_BUFSIZ_M << 10); in cxgbit_set_tcp_window() 1165 if (win > RCV_BUFSIZ_M) in cxgbit_pass_accept_rpl() 1166 win = RCV_BUFSIZ_M; in cxgbit_pass_accept_rpl()
1043 RCV_BUFSIZ_V(min(tp->rcv_wnd >> 10, RCV_BUFSIZ_M)); in chtls_pass_accept_rpl() 1472 if (tp->rcv_wnd > (RCV_BUFSIZ_M << 10)) in make_established() 1473 tp->rcv_wup -= tp->rcv_wnd - (RCV_BUFSIZ_M << 10); in make_established()
260 #define RCV_BUFSIZ_M 0x3FFU macro