Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Duipc_socket.c249 static int numopensockets; variable
250 SYSCTL_INT(_kern_ipc, OID_AUTO, numopensockets, CTLFLAG_RD,
251 &numopensockets, 0, "Number of open sockets");
440 ++numopensockets; in soalloc()
463 --numopensockets; /* Could be below, but faster here. */ in sodealloc()
/freebsd/tools/tools/sysdoc/
H A Dtunables.mdoc806 kern.ipc.numopensockets