Searched refs:tcf_hash_lookup (Results 1 – 3 of 3) sorted by relevance
167 struct tcf_common *tcf_hash_lookup(u32 index, struct tcf_hashinfo *hinfo) in tcf_hash_lookup() function181 EXPORT_SYMBOL(tcf_hash_lookup);190 } while (tcf_hash_lookup(val, hinfo)); in tcf_hash_new_index()199 struct tcf_common *p = tcf_hash_lookup(index, hinfo); in tcf_hash_search()213 if (index && (p = tcf_hash_lookup(index, hinfo)) != NULL) { in tcf_hash_check()
161 pc = tcf_hash_lookup(parm->index, &police_hash_info); in tcf_act_police_locate()
98 extern struct tcf_common *tcf_hash_lookup(u32 index,