Searched refs:GET_RCV_BUFFSIZE (Results 1 – 10 of 10) sorted by relevance
89 BufSize = GET_RCV_BUFFSIZE (Tcb->Sk); in TcpComputeScale()
251 #define GET_RCV_BUFFSIZE(Sock) ((Sock)->RcvBuffer.HighWater) macro
95 if ((Increase > Tcb->SndMss) || (2 * Increase >= GET_RCV_BUFFSIZE (Sk))) { in TcpRcvWinNow()126 Wnd = GET_RCV_BUFFSIZE (Tcb->Sk); in TcpComputeWnd()
113 Option->ReceiveBufferSize = GET_RCV_BUFFSIZE (Tcb->Sk); in Tcp4GetMode()191 Option->ReceiveBufferSize = GET_RCV_BUFFSIZE (Tcb->Sk); in Tcp6GetMode()
83 Tcb->RcvWnd = GET_RCV_BUFFSIZE (Tcb->Sk); in TcpInitTcbLocal()
237 #define GET_RCV_BUFFSIZE(Sock) ((Sock)->RcvBuffer.HighWater) macro
97 (2 * Increase >= GET_RCV_BUFFSIZE (Sk))) { in TcpRcvWinNow()129 Wnd = GET_RCV_BUFFSIZE (Tcb->Sk); in TcpComputeWnd()
114 Option->ReceiveBufferSize = GET_RCV_BUFFSIZE (Tcb->Sk); in Tcp4GetMode()
75 Tcb->RcvWnd = GET_RCV_BUFFSIZE (Tcb->Sk); in TcpInitTcbLocal()