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

/net/sched/
H A Dact_police.c44 static struct tcf_common *tcf_police_ht[POL_TAB_MASK + 1]; variable in typeref:struct:tcf_common
49 .htab = tcf_police_ht,
79 p = tcf_police_ht[tcf_hash(i, POL_TAB_MASK)];
119 for (p1p = &tcf_police_ht[h]; *p1p; p1p = &(*p1p)->tcfc_next) {
270 police->tcf_next = tcf_police_ht[h];
271 tcf_police_ht[h] = &police->common;

Completed in 204 milliseconds