Searched refs:numopensockets (Results 1 - 1 of 1) sorted by path

/freebsd-11-stable/sys/kern/
H A Duipc_socket.c233 static int numopensockets; variable
234 SYSCTL_INT(_kern_ipc, OID_AUTO, numopensockets, CTLFLAG_RD,
235 &numopensockets, 0, "Number of open sockets");
245 * so_global_mtx protects so_gencnt, numopensockets, and the per-socket
417 ++numopensockets;
440 --numopensockets; /* Could be below, but faster here. */

Completed in 228 milliseconds