Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dact_api.h114 u32 tcf_hash_new_index(struct tcf_hashinfo *hinfo);
/linux-4.4.14/net/sched/
Dact_api.c194 u32 tcf_hash_new_index(struct tcf_hashinfo *hinfo) in tcf_hash_new_index() function
206 EXPORT_SYMBOL(tcf_hash_new_index);
275 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()