Searched refs:police (Results 1 – 10 of 10) sorted by relevance
/linux-2.4.37.9/net/sched/ |
D | cls_fw.c | 54 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 …]
|
D | cls_route.c | 72 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 …]
|
D | cls_rsvp.h | 99 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 …]
|
D | cls_tcindex.c | 51 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()
|
D | cls_u32.c | 62 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 …]
|
D | Makefile | 13 obj-$(CONFIG_NET_CLS_POLICE) += police.o
|
D | sch_cbq.c | 103 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/ |
D | pkt_sched.h | 377 unsigned char police; member
|
/linux-2.4.37.9/Documentation/ |
D | devices.txt | 75 Finally, sometimes I have to play "namespace police." Please don't be
|
D | Configure.help | 11086 If you say Y here, you will be able to police incoming bandwidth
|