Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/pf/
H A Dif_pfsync.c274 static unsigned long pfsync_buckets; variable
334 if (! pfsync_buckets) in pfsync_clone_create()
335 pfsync_buckets = mp_ncpus * 2; in pfsync_clone_create()
364 for (c = 0; c < pfsync_buckets; c++) { in pfsync_clone_create()
395 for (c = 0; c < pfsync_buckets; c++) { in pfsync_clone_destroy()
1360 for (c = 0; c < pfsync_buckets; c++) { in pfsyncioctl()
1435 for (c = 0; c < pfsync_buckets; c++) { in pfsyncioctl()
1547 for (c = 0; c < pfsync_buckets; c++) { in pfsync_drop()
1873 int c = PF_IDHASH(st) % pfsync_buckets; in pfsync_get_bucket()
2312 for (c = 0; c < pfsync_buckets; c++) { in pfsync_push_all()
[all …]