Home
last modified time | relevance | path

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

/Linux-v5.15/net/sched/
Dcls_fw.c25 #define HTSIZE 256 macro
29 struct fw_filter __rcu *ht[HTSIZE];
47 return handle % HTSIZE; in fw_hash()
140 for (h = 0; h < HTSIZE; h++) { in fw_destroy()
182 for (h = 0; h < HTSIZE; h++) { in fw_delete()
356 for (h = 0; h < HTSIZE; h++) { in fw_walk()