Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/conf/
H A Df-stack.conf151 kern.ipc.maxsockets=262144
/f-stack/freebsd/kern/
H A Duipc_socket.c279 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 Duipc_usrreq.c2118 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 Dconfig.ini168 kern.ipc.maxsockets=262144 key
/f-stack/freebsd/netinet/
H A Dudp_usrreq.c175 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 Dtcp_timewait.c151 return (imin(imax(halfrange, 32), maxsockets / 5)); in tcptw_auto_size()
H A Dip_divert.c136 uma_zone_set_max(V_divcbinfo.ipi_zone, maxsockets); in div_zone_change()
H A Dtcp_subr.c816 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 Draw_ip.c200 uma_zone_set_max(V_ripcbinfo.ipi_zone, maxsockets); in rip_zone_change()
H A Din_pcb.c547 uma_zone_set_max(pcbinfo->ipi_zone, maxsockets); in in_pcbinfo_init()
H A Dsctp_pcb.c5747 sizeof(struct sctp_inpcb), maxsockets); in sctp_pcb_init()
/f-stack/tools/compat/include/sys/
H A Dsocketvar.h387 extern int maxsockets;
/f-stack/freebsd/sys/
H A Dsocketvar.h387 extern int maxsockets;