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

/linux-4.4.14/net/sched/
H A Dact_police.c43 #define POL_TAB_MASK 15 macro
71 for (i = 0; i < (POL_TAB_MASK + 1); i++) { tcf_act_police_walker()
72 head = &hinfo->htab[tcf_hash(i, POL_TAB_MASK)]; tcf_act_police_walker()
237 h = tcf_hash(police->tcf_index, POL_TAB_MASK); tcf_act_police_locate()
362 return tcf_register_action(&act_police_ops, POL_TAB_MASK); police_init_module()

Completed in 127 milliseconds