Home
last modified time | relevance | path

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

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