Searched refs:maxsockets (Results 1 – 13 of 13) sorted by relevance
| /f-stack/app/nginx-1.16.1/conf/ |
| H A D | f-stack.conf | 151 kern.ipc.maxsockets=262144
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_socket.c | 279 int maxsockets; variable 285 maxsockets = uma_zone_set_max(socket_zone, maxsockets); in socket_zone_change() 312 maxsockets = uma_zone_set_max(socket_zone, maxsockets); in socket_init() 350 TUNABLE_INT_FETCH("kern.ipc.maxsockets", &maxsockets); in init_maxsockets() 351 maxsockets = imax(maxsockets, maxfiles); in init_maxsockets() 364 newmaxsockets = maxsockets; in sysctl_maxsockets() 367 if (newmaxsockets > maxsockets && in sysctl_maxsockets() 369 maxsockets = newmaxsockets; in sysctl_maxsockets() 376 SYSCTL_PROC(_kern_ipc, OID_AUTO, maxsockets, 377 CTLTYPE_INT | CTLFLAG_RW | CTLFLAG_NEEDGIANT, &maxsockets, 0,
|
| H A D | uipc_usrreq.c | 2118 uma_zone_set_max(unp_zone, maxsockets); in unp_zone_change() 2159 uma_zone_set_max(unp_zone, maxsockets); in unp_init()
|
| /f-stack/ |
| H A D | config.ini | 168 kern.ipc.maxsockets=262144 key
|
| /f-stack/freebsd/netinet/ |
| H A D | udp_usrreq.c | 175 uma_zone_set_max(V_udbinfo.ipi_zone, maxsockets); in udp_zone_change() 176 uma_zone_set_max(V_udpcb_zone, maxsockets); in udp_zone_change() 214 uma_zone_set_max(V_udpcb_zone, maxsockets); in udp_init()
|
| H A D | tcp_timewait.c | 151 return (imin(imax(halfrange, 32), maxsockets / 5)); in tcptw_auto_size()
|
| H A D | ip_divert.c | 136 uma_zone_set_max(V_divcbinfo.ipi_zone, maxsockets); in div_zone_change()
|
| H A D | tcp_subr.c | 816 uma_zone_set_max(V_tcbinfo.ipi_zone, maxsockets); in tcp_zone_change() 817 uma_zone_set_max(V_tcpcb_zone, maxsockets); in tcp_zone_change() 1121 hashsize = maketcp_hashsize(maxsockets / 4); in tcp_init() 1159 uma_zone_set_max(V_tcpcb_zone, maxsockets); in tcp_init()
|
| H A D | raw_ip.c | 200 uma_zone_set_max(V_ripcbinfo.ipi_zone, maxsockets); in rip_zone_change()
|
| H A D | in_pcb.c | 547 uma_zone_set_max(pcbinfo->ipi_zone, maxsockets); in in_pcbinfo_init()
|
| H A D | sctp_pcb.c | 5747 sizeof(struct sctp_inpcb), maxsockets); in sctp_pcb_init()
|
| /f-stack/tools/compat/include/sys/ |
| H A D | socketvar.h | 387 extern int maxsockets;
|
| /f-stack/freebsd/sys/ |
| H A D | socketvar.h | 387 extern int maxsockets;
|