Searched defs:tcf_hash_lookup (Results 1 - 1 of 1) sorted by relevance

/net/sched/
H A Dact_api.c169 struct tcf_common *tcf_hash_lookup(u32 index, struct tcf_hashinfo *hinfo) function
183 EXPORT_SYMBOL(tcf_hash_lookup); variable
192 } while (tcf_hash_lookup(val, hinfo));
201 struct tcf_common *p = tcf_hash_lookup(index, hinfo);
215 if (index && (p = tcf_hash_lookup(index, hinfo)) != NULL) {

Completed in 13 milliseconds