Searched refs:maxsockets (Results 1 – 14 of 14) sorted by relevance
| /trueos/sys/kern/ |
| HD | uipc_socket.c | 248 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",
|
| HD | uipc_usrreq.c | 1814 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/ |
| HD | socketvar.h | 295 extern int maxsockets;
|
| /trueos/tools/tools/netrate/tcpp/ |
| HD | README | 85 kern.ipc.maxsockets=1000000
|
| /trueos/sys/netinet/ |
| HD | udp_usrreq.c | 181 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()
|
| HD | tcp_subr.c | 275 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()
|
| HD | tcp_timewait.c | 144 return (imin(imax(halfrange, 32), maxsockets / 5)); in tcptw_auto_size()
|
| HD | ip_divert.c | 129 uma_zone_set_max(V_divcbinfo.ipi_zone, maxsockets); in div_zone_change()
|
| HD | raw_ip.c | 191 uma_zone_set_max(V_ripcbinfo.ipi_zone, maxsockets); in rip_zone_change()
|
| HD | in_pcb.c | 234 uma_zone_set_max(pcbinfo->ipi_zone, maxsockets); in in_pcbinfo_init()
|
| HD | sctp_pcb.c | 5833 sizeof(struct sctp_inpcb), maxsockets); in sctp_pcb_init()
|
| /trueos/sys/ofed/drivers/infiniband/ulp/sdp/ |
| HD | sdp_main.c | 1891 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/ |
| HD | README | 271 #sysctl kern.ipc.maxsockets=81920
|
| /trueos/tools/tools/sysdoc/ |
| HD | tunables.mdoc | 770 kern.ipc.maxsockets
|