tcf_hash           30 net/sched/act_api.c 	unsigned int h = tcf_hash(p->tcfc_index, hinfo->hmask);
tcf_hash           79 net/sched/act_api.c 		p = hinfo->htab[tcf_hash(i, hinfo->hmask)];
tcf_hash          126 net/sched/act_api.c 		p = hinfo->htab[tcf_hash(i, hinfo->hmask)];
tcf_hash          166 net/sched/act_api.c 	for (p = hinfo->htab[tcf_hash(index, hinfo->hmask)]; p;
tcf_hash          241 net/sched/act_api.c 	unsigned int h = tcf_hash(p->tcfc_index, hinfo->hmask);
tcf_hash           64 net/sched/act_police.c 		p = tcf_police_ht[tcf_hash(i, POL_TAB_MASK)];
tcf_hash          101 net/sched/act_police.c 	unsigned int h = tcf_hash(p->tcf_index, POL_TAB_MASK);
tcf_hash          232 net/sched/act_police.c 	h = tcf_hash(police->tcf_index, POL_TAB_MASK);