Searched refs:POL_TAB_MASK (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 Dact_police.c38 #define POL_TAB_MASK 15 macro
39 static struct tcf_common *tcf_police_ht[POL_TAB_MASK + 1];
45 .hmask = POL_TAB_MASK,
75 for (i = 0; i < (POL_TAB_MASK + 1); i++) {
76 p = tcf_police_ht[tcf_hash(i, POL_TAB_MASK)];
113 unsigned int h = tcf_hash(p->tcf_index, POL_TAB_MASK);
247 h = tcf_hash(police->tcf_index, POL_TAB_MASK);
506 h = tcf_hash(police->tcf_index, POL_TAB_MASK);

Completed in 31 milliseconds