Home
last modified time | relevance | path

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

/openbmc/linux/net/sched/
H A Dcls_fw.c26 #define HTSIZE 256 macro
30 struct fw_filter __rcu *ht[HTSIZE];
48 return handle % HTSIZE; in fw_hash()
142 for (h = 0; h < HTSIZE; h++) { in fw_destroy()
184 for (h = 0; h < HTSIZE; h++) { in fw_delete()
357 for (h = 0; h < HTSIZE; h++) { in fw_walk()