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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dcls_fw.c48 #define HTSIZE (PAGE_SIZE/sizeof(struct fw_filter *)) macro
52 struct fw_filter *ht[HTSIZE];
74 if (HTSIZE == 4096)
78 else if (HTSIZE == 2048)
82 else if (HTSIZE == 1024)
86 else if (HTSIZE == 512)
91 else if (HTSIZE == 256) {
95 return handle & (HTSIZE - 1);
175 for (h=0; h<HTSIZE; h++) {
330 for (h = 0; h < HTSIZE;
[all...]

Completed in 38 milliseconds