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.
122 struct tcf_police *police; local
143 police = to_police(a->priv);
145 police->tcf_bindcnt += 1;
146 police->tcf_refcnt += 1;
156 police = kzalloc(sizeof(*police), GFP_KERNEL);
157 if (police == NULL)
160 police
258 struct tcf_police *police = a->priv; local
316 struct tcf_police *police = a->priv; local
[all...]
H A Dsch_cbq.c85 unsigned char police; member in struct:cbq_class
1315 cl->police = p->police;
1318 if (p->police == TC_POLICE_RECLASSIFY)
1509 if (cl->police) {
1510 opt.police = cl->police;
1623 if (cl->police == TC_POLICE_RECLASSIFY)

Completed in 42 milliseconds