Searched refs:somaxrecvmsgx (Results 1 – 1 of 1) sorted by relevance
193 static u_int somaxrecvmsgx = SO_MAX_MSG_X_DEFAULT; variable195 CTLFLAG_RW | CTLFLAG_LOCKED, &somaxrecvmsgx, 0, "");2504 if (uap->cnt > somaxrecvmsgx) { in recvmsg_x_array()2505 uap->cnt = somaxrecvmsgx > 0 ? somaxrecvmsgx : 1; in recvmsg_x_array()2711 if (uap->cnt > somaxrecvmsgx) { in recvmsg_x()2712 uap->cnt = somaxrecvmsgx > 0 ? somaxrecvmsgx : 1; in recvmsg_x()