Searched refs:maxsockets (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/sys/kern/
H A Duipc_socket.c248 int maxsockets; variable
254 maxsockets = uma_zone_set_max(socket_zone, maxsockets);
263 maxsockets = uma_zone_set_max(socket_zone, maxsockets);
264 uma_zone_set_warning(socket_zone, "kern.ipc.maxsockets limit reached");
271 * Initialise maxsockets. This SYSINIT must be run after
278 TUNABLE_INT_FETCH("kern.ipc.maxsockets", &maxsockets);
279 maxsockets
[all...]
H A Duipc_usrreq.c1831 uma_zone_set_max(unp_zone, maxsockets);
1846 uma_zone_set_max(unp_zone, maxsockets);
1847 uma_zone_set_warning(unp_zone, "kern.ipc.maxsockets limit reached");
/freebsd-10-stable/sys/sys/
H A Dsocketvar.h296 extern int maxsockets;
/freebsd-10-stable/sys/netinet/
H A Dudp_usrreq.c181 uma_zone_set_max(V_udbinfo.ipi_zone, maxsockets);
182 uma_zone_set_max(V_udpcb_zone, maxsockets);
214 uma_zone_set_max(V_udpcb_zone, maxsockets);
215 uma_zone_set_warning(V_udpcb_zone, "kern.ipc.maxsockets limit reached");
H A Dip_divert.c129 uma_zone_set_max(V_divcbinfo.ipi_zone, maxsockets);
H A Dtcp_subr.c278 uma_zone_set_max(V_tcbinfo.ipi_zone, maxsockets);
279 uma_zone_set_max(V_tcpcb_zone, maxsockets);
303 * get the next power of 2 higher than maxsockets.
332 * Auto tune the hash size based on maxsockets.
334 * (hashsize = maxsockets) however it's been
337 hashsize = maketcp_hashsize(maxsockets / 4);
376 uma_zone_set_max(V_tcpcb_zone, maxsockets);
377 uma_zone_set_warning(V_tcpcb_zone, "kern.ipc.maxsockets limit reached");
H A Dtcp_timewait.c144 return (imin(imax(halfrange, 32), maxsockets / 5));
H A Draw_ip.c191 uma_zone_set_max(V_ripcbinfo.ipi_zone, maxsockets);
H A Din_pcb.c235 uma_zone_set_max(pcbinfo->ipi_zone, maxsockets);
237 "kern.ipc.maxsockets limit reached");
H A Dsctp_pcb.c5821 sizeof(struct sctp_inpcb), maxsockets); local
/freebsd-10-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_main.c1891 uma_zone_set_max(sdp_zone, maxsockets);
1901 uma_zone_set_max(sdp_zone, maxsockets);

Completed in 127 milliseconds