Home
last modified time | relevance | path

Searched refs:somaxsendmsgx (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/kern/
H A Duipc_syscalls.c178 static u_int somaxsendmsgx = 100; variable
180 CTLFLAG_RW | CTLFLAG_LOCKED, &somaxsendmsgx, 0, "");
1579 if (uap->cnt > somaxsendmsgx) { in sendmsg_x()
1580 uap->cnt = somaxsendmsgx; in sendmsg_x()
1677 has_addr_or_ctl == 0 && somaxsendmsgx == 0) { in sendmsg_x()