Lines Matching refs:pfsync_buckets
317 static unsigned long pfsync_buckets; variable
326 SYSCTL_ULONG(_net_pfsync, OID_AUTO, pfsync_buckets, CTLFLAG_RDTUN,
327 &pfsync_buckets, 0, "Number of pfsync hash buckets");
391 if (! pfsync_buckets) in pfsync_clone_create()
392 pfsync_buckets = mp_ncpus * 2; in pfsync_clone_create()
398 sc->sc_buckets = mallocarray(pfsync_buckets, sizeof(*sc->sc_buckets), in pfsync_clone_create()
400 for (c = 0; c < pfsync_buckets; c++) { in pfsync_clone_create()
447 for (c = 0; c < pfsync_buckets; c++) { in pfsync_clone_destroy()
494 for (c = 0; c < pfsync_buckets; c++) { in pfsync_clone_destroy()
1653 for (c = 0; c < pfsync_buckets; c++) { in pfsyncioctl()
1827 for (c = 0; c < pfsync_buckets; c++) { in pfsync_drop_all()
2231 int c = PF_IDHASH(st) % pfsync_buckets; in pfsync_get_bucket()
2726 for (c = 0; c < pfsync_buckets; c++) { in pfsync_push_all()
2795 for (c = 0; c < pfsync_buckets; c++) { in pfsyncintr()
3074 for (c = 0; c < pfsync_buckets; c++) { in pfsync_kstatus_to_softc()