Home
last modified time | relevance | path

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

/linux-4.1.27/net/sched/
Dact_api.c171 static struct tcf_common *tcf_hash_lookup(u32 index, struct tcf_hashinfo *hinfo) in tcf_hash_lookup() function
193 } while (tcf_hash_lookup(val, hinfo)); in tcf_hash_new_index()
203 struct tcf_common *p = tcf_hash_lookup(index, hinfo); in tcf_hash_search()
217 if (index && (p = tcf_hash_lookup(index, hinfo)) != NULL) { in tcf_hash_check()