Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netpfil/pf/
H A Dif_pfsync.c317 static unsigned long pfsync_buckets; variable
391 if (! pfsync_buckets) in pfsync_clone_create()
392 pfsync_buckets = mp_ncpus * 2; in pfsync_clone_create()
418 for (c = 0; c < pfsync_buckets; c++) { in pfsync_clone_create()
449 for (c = 0; c < pfsync_buckets; c++) { in pfsync_clone_destroy()
1571 for (c = 0; c < pfsync_buckets; c++) { in pfsyncioctl()
1745 for (c = 0; c < pfsync_buckets; c++) { in pfsync_drop_all()
2149 int c = PF_IDHASH(st) % pfsync_buckets; in pfsync_get_bucket()
2644 for (c = 0; c < pfsync_buckets; c++) { in pfsync_push_all()
2713 for (c = 0; c < pfsync_buckets; c++) { in pfsyncintr()
[all …]