Searched refs:police (Results 1 – 14 of 14) sorted by relevance
/linux-2.6.39/net/sched/ |
D | act_police.c | 145 struct tcf_police *police; in tcf_act_police_locate() local 169 police = to_police(pc); in tcf_act_police_locate() 171 police->tcf_bindcnt += 1; in tcf_act_police_locate() 172 police->tcf_refcnt += 1; in tcf_act_police_locate() 180 police = kzalloc(sizeof(*police), GFP_KERNEL); in tcf_act_police_locate() 181 if (police == NULL) in tcf_act_police_locate() 184 police->tcf_refcnt = 1; in tcf_act_police_locate() 185 spin_lock_init(&police->tcf_lock); in tcf_act_police_locate() 187 police->tcf_bindcnt = 1; in tcf_act_police_locate() 203 spin_lock_bh(&police->tcf_lock); in tcf_act_police_locate() [all …]
|
D | cls_api.c | 516 if (map->police && tb[map->police]) { in tcf_exts_validate() 517 act = tcf_action_init_1(tb[map->police], rate_tlv, in tcf_exts_validate() 536 (map->police && tb[map->police])) in tcf_exts_validate() 580 } else if (map->police) { in tcf_exts_dump() 581 nest = nla_nest_start(skb, map->police); in tcf_exts_dump()
|
D | sch_cbq.c | 85 unsigned char police; member 1331 cl->police = p->police; in cbq_set_police() 1334 if (p->police == TC_POLICE_RECLASSIFY) in cbq_set_police() 1520 if (cl->police) { in cbq_dump_police() 1521 opt.police = cl->police; in cbq_dump_police() 1636 if (cl->police == TC_POLICE_RECLASSIFY) in cbq_graft()
|
D | cls_cgroup.c | 158 .police = TCA_CGROUP_POLICE,
|
D | cls_basic.c | 39 .police = TCA_BASIC_POLICE
|
D | cls_fw.c | 51 .police = TCA_FW_POLICE
|
D | cls_tcindex.c | 54 .police = TCA_TCINDEX_POLICE,
|
D | cls_route.c | 63 .police = TCA_ROUTE4_POLICE,
|
D | cls_rsvp.h | 120 .police = TCA_RSVP_POLICE,
|
D | cls_flow.c | 58 .police = TCA_FLOW_POLICE,
|
D | cls_u32.c | 84 .police = TCA_U32_POLICE
|
/linux-2.6.39/include/net/ |
D | pkt_cls.h | 74 int police; member
|
/linux-2.6.39/include/linux/ |
D | pkt_sched.h | 398 unsigned char police; member
|
/linux-2.6.39/Documentation/ |
D | devices.txt | 75 Finally, sometimes I have to play "namespace police." Please don't be
|