Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Duipc_socket.c362 int error, newmaxsockets; in sysctl_maxsockets() local
364 newmaxsockets = maxsockets; in sysctl_maxsockets()
365 error = sysctl_handle_int(oidp, &newmaxsockets, 0, req); in sysctl_maxsockets()
367 if (newmaxsockets > maxsockets && in sysctl_maxsockets()
368 newmaxsockets <= maxfiles) { in sysctl_maxsockets()
369 maxsockets = newmaxsockets; in sysctl_maxsockets()