Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Dact_api.h102 u32 tcf_hash_new_index(struct tcf_hashinfo *hinfo);
/linux-4.1.27/net/sched/
Dact_api.c186 u32 tcf_hash_new_index(struct tcf_hashinfo *hinfo) in tcf_hash_new_index() function
198 EXPORT_SYMBOL(tcf_hash_new_index);
252 p->tcfc_index = index ? index : tcf_hash_new_index(hinfo); in tcf_hash_create()
Dact_police.c236 tcf_hash_new_index(hinfo); in tcf_act_police_locate()