Home
last modified time | relevance | path

Searched refs:maxsockets (Results 1 – 14 of 14) sorted by relevance

/NextBSD/sys/kern/
HDuipc_socket.c255 int maxsockets; variable
261 maxsockets = uma_zone_set_max(socket_zone, maxsockets); in socket_zone_change()
288 maxsockets = uma_zone_set_max(socket_zone, maxsockets); in socket_init()
326 TUNABLE_INT_FETCH("kern.ipc.maxsockets", &maxsockets); in init_maxsockets()
327 maxsockets = imax(maxsockets, maxfiles); in init_maxsockets()
340 newmaxsockets = maxsockets; in sysctl_maxsockets()
343 if (newmaxsockets > maxsockets && in sysctl_maxsockets()
345 maxsockets = newmaxsockets; in sysctl_maxsockets()
352 SYSCTL_PROC(_kern_ipc, OID_AUTO, maxsockets, CTLTYPE_INT|CTLFLAG_RW,
353 &maxsockets, 0, sysctl_maxsockets, "IU",
HDuipc_usrreq.c1843 uma_zone_set_max(unp_zone, maxsockets); in unp_zone_change()
1858 uma_zone_set_max(unp_zone, maxsockets); in unp_init()
/NextBSD/tools/tools/netrate/tcpp/
HDREADME85 kern.ipc.maxsockets=1000000
/NextBSD/sys/sys/
HDsocketvar.h318 extern int maxsockets;
/NextBSD/sys/netinet/
HDudp_usrreq.c183 uma_zone_set_max(V_udbinfo.ipi_zone, maxsockets); in udp_zone_change()
184 uma_zone_set_max(V_udpcb_zone, maxsockets); in udp_zone_change()
223 uma_zone_set_max(V_udpcb_zone, maxsockets); in udp_init()
HDtcp_subr.c461 uma_zone_set_max(V_tcbinfo.ipi_zone, maxsockets); in tcp_zone_change()
462 uma_zone_set_max(V_tcpcb_zone, maxsockets); in tcp_zone_change()
609 hashsize = maketcp_hashsize(maxsockets / 4); in tcp_init()
648 uma_zone_set_max(V_tcpcb_zone, maxsockets); in tcp_init()
HDtcp_timewait.c145 return (imin(imax(halfrange, 32), maxsockets / 5)); in tcptw_auto_size()
HDip_divert.c131 uma_zone_set_max(V_divcbinfo.ipi_zone, maxsockets); in div_zone_change()
HDraw_ip.c195 uma_zone_set_max(V_ripcbinfo.ipi_zone, maxsockets); in rip_zone_change()
HDin_pcb.c255 uma_zone_set_max(pcbinfo->ipi_zone, maxsockets); in in_pcbinfo_init()
HDsctp_pcb.c5828 sizeof(struct sctp_inpcb), maxsockets); in sctp_pcb_init()
/NextBSD/sys/ofed/drivers/infiniband/ulp/sdp/
HDsdp_main.c1896 uma_zone_set_max(sdp_zone, maxsockets); in sdp_zone_change()
1906 uma_zone_set_max(sdp_zone, maxsockets); in sdp_init()
/NextBSD/sys/dev/vxge/
HDREADME271 #sysctl kern.ipc.maxsockets=81920
/NextBSD/tools/tools/sysdoc/
HDtunables.mdoc760 kern.ipc.maxsockets