Searched defs:police (Results 1 - 2 of 2) sorted by relevance

/net/sched/
H A Dact_police.c2 * net/sched/police.c Input police filter.
152 struct tcf_police *police; local
176 police = to_police(pc);
178 police->tcf_bindcnt += 1;
179 police->tcf_refcnt += 1;
187 police = kzalloc(sizeof(*police), GFP_KERNEL);
188 if (police == NULL)
191 police
310 struct tcf_police *police = a->priv; local
368 struct tcf_police *police = a->priv; local
[all...]
H A Dsch_cbq.c85 unsigned char police; member in struct:cbq_class
1331 cl->police = p->police;
1334 if (p->police == TC_POLICE_RECLASSIFY)
1525 if (cl->police) {
1526 opt.police = cl->police;
1642 if (cl->police == TC_POLICE_RECLASSIFY)

Completed in 52 milliseconds