Searched refs:police (Results 1 - 3 of 3) 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 Dcls_api.c516 if (exts->police && tb[exts->police]) {
517 act = tcf_action_init_1(net, tb[exts->police], rate_tlv,
518 "police", ovr,
536 (exts->police && tb[exts->police]))
580 } else if (exts->police) {
582 nest = nla_nest_start(skb, exts->police);
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 93 milliseconds