Searched refs:newmaxsockets (Results 1 – 1 of 1) sorted by relevance
338 int error, newmaxsockets; in sysctl_maxsockets() local340 newmaxsockets = maxsockets; in sysctl_maxsockets()341 error = sysctl_handle_int(oidp, &newmaxsockets, 0, req); in sysctl_maxsockets()343 if (newmaxsockets > maxsockets && in sysctl_maxsockets()344 newmaxsockets <= maxfiles) { in sysctl_maxsockets()345 maxsockets = newmaxsockets; in sysctl_maxsockets()