Searched refs:somaxsendmsgx (Results 1 – 1 of 1) sorted by relevance
200 static u_int somaxsendmsgx = 100; variable202 CTLFLAG_RW | CTLFLAG_LOCKED, &somaxsendmsgx, 0, "");1618 if (uap->cnt > somaxsendmsgx) { in sendmsg_x()1619 uap->cnt = somaxsendmsgx; in sendmsg_x()1716 has_addr_or_ctl == 0 && somaxsendmsgx == 0) { in sendmsg_x()