Home
last modified time | relevance | path

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

/trueos/sys/kern/
HDuipc_socket.c248 int maxsockets; variable
254 maxsockets = uma_zone_set_max(socket_zone, maxsockets); in socket_zone_change()
263 maxsockets = uma_zone_set_max(socket_zone, maxsockets); in socket_init()
278 TUNABLE_INT_FETCH("kern.ipc.maxsockets", &maxsockets); in init_maxsockets()
279 maxsockets = imax(maxsockets, maxfiles); in init_maxsockets()
292 newmaxsockets = maxsockets; in sysctl_maxsockets()
295 if (newmaxsockets > maxsockets && in sysctl_maxsockets()
297 maxsockets = newmaxsockets; in sysctl_maxsockets()
304 SYSCTL_PROC(_kern_ipc, OID_AUTO, maxsockets, CTLTYPE_INT|CTLFLAG_RW,
305 &maxsockets, 0, sysctl_maxsockets, "IU",
HDuipc_usrreq.c1814 uma_zone_set_max(unp_zone, maxsockets); in unp_zone_change()
1829 uma_zone_set_max(unp_zone, maxsockets); in unp_init()
/trueos/sys/sys/
HDsocketvar.h295 extern int maxsockets;
/trueos/tools/tools/netrate/tcpp/
HDREADME85 kern.ipc.maxsockets=1000000
/trueos/sys/netinet/
HDudp_usrreq.c181 uma_zone_set_max(V_udbinfo.ipi_zone, maxsockets); in udp_zone_change()
182 uma_zone_set_max(V_udpcb_zone, maxsockets); in udp_zone_change()
214 uma_zone_set_max(V_udpcb_zone, maxsockets); in udp_init()
HDtcp_subr.c275 uma_zone_set_max(V_tcbinfo.ipi_zone, maxsockets); in tcp_zone_change()
276 uma_zone_set_max(V_tcpcb_zone, maxsockets); in tcp_zone_change()
334 hashsize = maketcp_hashsize(maxsockets / 4); in tcp_init()
373 uma_zone_set_max(V_tcpcb_zone, maxsockets); in tcp_init()
HDtcp_timewait.c144 return (imin(imax(halfrange, 32), maxsockets / 5)); in tcptw_auto_size()
HDip_divert.c129 uma_zone_set_max(V_divcbinfo.ipi_zone, maxsockets); in div_zone_change()
HDraw_ip.c191 uma_zone_set_max(V_ripcbinfo.ipi_zone, maxsockets); in rip_zone_change()
HDin_pcb.c234 uma_zone_set_max(pcbinfo->ipi_zone, maxsockets); in in_pcbinfo_init()
HDsctp_pcb.c5833 sizeof(struct sctp_inpcb), maxsockets); in sctp_pcb_init()
/trueos/sys/ofed/drivers/infiniband/ulp/sdp/
HDsdp_main.c1891 uma_zone_set_max(sdp_zone, maxsockets); in sdp_zone_change()
1901 uma_zone_set_max(sdp_zone, maxsockets); in sdp_init()
/trueos/sys/dev/vxge/
HDREADME271 #sysctl kern.ipc.maxsockets=81920
/trueos/tools/tools/sysdoc/
HDtunables.mdoc770 kern.ipc.maxsockets