tcf_hash_lookup    96 include/net/act_api.h extern struct tcf_common *tcf_hash_lookup(u32 index,
tcf_hash_lookup   184 net/sched/act_api.c 	} while (tcf_hash_lookup(val, hinfo));
tcf_hash_lookup   193 net/sched/act_api.c 	struct tcf_common *p = tcf_hash_lookup(index, hinfo);
tcf_hash_lookup   207 net/sched/act_api.c 	if (index && (p = tcf_hash_lookup(index, hinfo)) != NULL) {
tcf_hash_lookup   157 net/sched/act_police.c 		pc = tcf_hash_lookup(parm->index, &police_hash_info);