Searched refs:pedit_hash_info (Results 1 - 1 of 1) sorted by relevance

/net/sched/
H A Dact_pedit.c31 static struct tcf_hashinfo pedit_hash_info = { variable in typeref:struct:tcf_hashinfo
67 pc = tcf_hash_check(parm->index, a, bind, &pedit_hash_info);
72 &pedit_idx_gen, &pedit_hash_info);
88 tcf_hash_release(pc, bind, &pedit_hash_info);
109 tcf_hash_insert(pc, &pedit_hash_info);
119 if (tcf_hash_release(&p->common, bind, &pedit_hash_info)) {
239 .hinfo = &pedit_hash_info,

Completed in 3 milliseconds