tcf_hash_new_index 103 include/net/act_api.h extern u32 tcf_hash_new_index(u32 *idx_gen, struct tcf_hashinfo *hinfo); tcf_hash_new_index 228 net/sched/act_api.c p->tcfc_index = index ? index : tcf_hash_new_index(idx_gen, hinfo); tcf_hash_new_index 231 net/sched/act_police.c tcf_hash_new_index(&police_idx_gen, &police_hash_info);