Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dcls_fw.c32 #define HTSIZE 256 macro
36 struct fw_filter __rcu *ht[HTSIZE];
56 return handle % HTSIZE; in fw_hash()
140 for (h = 0; h < HTSIZE; h++) in fw_destroy()
145 for (h = 0; h < HTSIZE; h++) { in fw_destroy()
346 for (h = 0; h < HTSIZE; h++) { in fw_walk()