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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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 156 milliseconds