Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dif_pfsync.c319 static unsigned long pfsync_buckets; variable
328 SYSCTL_ULONG(_net_pfsync, OID_AUTO, pfsync_buckets, CTLFLAG_RDTUN,
329 &pfsync_buckets, 0, "Number of pfsync hash buckets");
393 if (! pfsync_buckets) in pfsync_clone_create()
394 pfsync_buckets = mp_ncpus * 2; in pfsync_clone_create()
418 sc->sc_buckets = mallocarray(pfsync_buckets, sizeof(*sc->sc_buckets), in pfsync_clone_create()
420 for (c = 0; c < pfsync_buckets; c++) { in pfsync_clone_create()
451 for (c = 0; c < pfsync_buckets; c++) { in pfsync_clone_destroy()
1635 for (c = 0; c < pfsync_buckets; c++) { in pfsyncioctl()
1809 for (c = 0; c < pfsync_buckets; c++) { in pfsync_drop_all()
[all …]