Home
last modified time | relevance | path

Searched refs:police (Results 1 – 10 of 10) sorted by relevance

/linux-2.4.37.9/net/sched/
Dcls_fw.c54 struct tcf_police *police; member
81 if (f->police) in fw_classify()
82 return tcf_police(skb, f->police); in fw_classify()
143 tcf_police_release(f->police); in fw_destroy()
172 tcf_police_release(f->police); in fw_delete()
214 struct tcf_police *police = tcf_police_locate(tb[TCA_FW_POLICE-1], tca[TCA_RATE-1]); in fw_change() local
217 police = xchg(&f->police, police); in fw_change()
220 tcf_police_release(police); in fw_change()
257 f->police = tcf_police_locate(tb[TCA_FW_POLICE-1], tca[TCA_RATE-1]); in fw_change()
316 && !f->police in fw_dump()
[all …]
Dcls_route.c72 struct tcf_police *police; member
125 if (f->police) { \
126 int pol_res = tcf_police(skb, f->police); \
303 tcf_police_release(f->police); in route4_destroy()
343 tcf_police_release(f->police); in route4_delete()
399 struct tcf_police *police = tcf_police_locate(tb[TCA_ROUTE4_POLICE-1], tca[TCA_RATE-1]); in route4_change() local
402 police = xchg(&f->police, police); in route4_change()
405 tcf_police_release(police); in route4_change()
501 f->police = tcf_police_locate(tb[TCA_ROUTE4_POLICE-1], tca[TCA_RATE-1]); in route4_change()
583 if (f->police) { in route4_dump()
[all …]
Dcls_rsvp.h99 struct tcf_police *police; member
125 if (f->police) { \
126 int pol_res = tcf_police(skb, f->police); \
283 tcf_police_release(f->police); in rsvp_destroy()
316 tcf_police_release(f->police); in rsvp_delete()
452 struct tcf_police *police = tcf_police_locate(tb[TCA_RSVP_POLICE-1], tca[TCA_RATE-1]); in rsvp_change() local
455 police = xchg(&f->police, police); in rsvp_change()
458 tcf_police_release(police); in rsvp_change()
540 f->police = tcf_police_locate(tb[TCA_RSVP_POLICE-1], tca[TCA_RATE-1]); in rsvp_change()
648 if (f->police) { in rsvp_dump()
[all …]
Dcls_tcindex.c51 struct tcf_police *police; member
111 if (f->police) { in tcindex_classify()
114 result = tcf_police(skb,f->police); in tcindex_classify()
198 tcf_police_release(r->police); in __tcindex_delete()
338 struct tcf_police *police; in tcindex_change() local
340 police = tb[TCA_TCINDEX_POLICE-1] ? in tcindex_change()
343 police = xchg(&r->police,police); in tcindex_change()
345 tcf_police_release(police); in tcindex_change()
471 if (r->police) { in tcindex_dump()
475 if (tcf_police_dump(skb,r->police) < 0) in tcindex_dump()
Dcls_u32.c62 struct tcf_police *police; member
133 if (n->police) { in u32_classify()
134 int pol_res = tcf_police(skb, n->police); in u32_classify()
307 tcf_police_release(n->police); in u32_destroy_key()
481 struct tcf_police *police = tcf_police_locate(tb[TCA_U32_POLICE-1], est); in u32_set_parms() local
484 police = xchg(&n->police, police); in u32_set_parms()
487 tcf_police_release(police); in u32_set_parms()
669 if (n->police) { in u32_dump()
674 if (tcf_police_dump(skb, n->police) < 0) in u32_dump()
684 if (TC_U32_KEY(n->handle) && n->police) { in u32_dump()
[all …]
DMakefile13 obj-$(CONFIG_NET_CLS_POLICE) += police.o
Dsch_cbq.c103 unsigned char police; member
1378 cl->police = p->police; in cbq_set_police()
1381 if (p->police == TC_POLICE_RECLASSIFY) in cbq_set_police()
1555 if (cl->police) { in cbq_dump_police()
1556 opt.police = cl->police; in cbq_dump_police()
1671 if (cl->police == TC_POLICE_RECLASSIFY) in cbq_graft()
/linux-2.4.37.9/include/linux/
Dpkt_sched.h377 unsigned char police; member
/linux-2.4.37.9/Documentation/
Ddevices.txt75 Finally, sometimes I have to play "namespace police." Please don't be
DConfigure.help11086 If you say Y here, you will be able to police incoming bandwidth