Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dcls_fw.c33 #define HTSIZE 256 macro
37 struct fw_filter __rcu *ht[HTSIZE];
57 return handle % HTSIZE; in fw_hash()
151 for (h = 0; h < HTSIZE; h++) { in fw_destroy()
193 for (h = 0; h < HTSIZE; h++) { in fw_delete()
368 for (h = 0; h < HTSIZE; h++) { in fw_walk()