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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/sched/
H A Dact_police.c39 static struct tcf_common *tcf_police_ht[POL_TAB_MASK + 1]; variable in typeref:struct:tcf_common
44 .htab = tcf_police_ht,
76 p = tcf_police_ht[tcf_hash(i, POL_TAB_MASK)];
116 for (p1p = &tcf_police_ht[h]; *p1p; p1p = &(*p1p)->tcfc_next) {
249 police->tcf_next = tcf_police_ht[h];
250 tcf_police_ht[h] = &police->common;
508 police->tcf_next = tcf_police_ht[h];
509 tcf_police_ht[h] = &police->common;

Completed in 96 milliseconds