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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sched/
H A Dact_police.c28 #define POL_TAB_MASK 15 macro
29 static struct tcf_common *tcf_police_ht[POL_TAB_MASK + 1];
35 .hmask = POL_TAB_MASK,
64 for (i = 0; i < (POL_TAB_MASK + 1); i++) {
65 p = tcf_police_ht[tcf_hash(i, POL_TAB_MASK)];
107 unsigned int h = tcf_hash(p->tcf_index, POL_TAB_MASK);
252 h = tcf_hash(police->tcf_index, POL_TAB_MASK);

Completed in 102 milliseconds