Home
last modified time | relevance | path

Searched refs:tcf_hash_lookup (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/net/sched/
Dact_api.c167 struct tcf_common *tcf_hash_lookup(u32 index, struct tcf_hashinfo *hinfo) in tcf_hash_lookup() function
181 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()
Dact_police.c161 pc = tcf_hash_lookup(parm->index, &police_hash_info); in tcf_act_police_locate()
/linux-3.4.99/include/net/
Dact_api.h98 extern struct tcf_common *tcf_hash_lookup(u32 index,