Lines Matching defs:sch

23 static struct Qdisc *ingress_leaf(struct Qdisc *sch, unsigned long arg)  in ingress_leaf()
28 static unsigned long ingress_find(struct Qdisc *sch, u32 classid) in ingress_find()
33 static unsigned long ingress_bind_filter(struct Qdisc *sch, in ingress_bind_filter()
39 static void ingress_unbind_filter(struct Qdisc *sch, unsigned long cl) in ingress_unbind_filter()
43 static void ingress_walk(struct Qdisc *sch, struct qdisc_walker *walker) in ingress_walk()
47 static struct tcf_block *ingress_tcf_block(struct Qdisc *sch, unsigned long cl, in ingress_tcf_block()
62 static void ingress_ingress_block_set(struct Qdisc *sch, u32 block_index) in ingress_ingress_block_set()
69 static u32 ingress_ingress_block_get(struct Qdisc *sch) in ingress_ingress_block_get()
76 static int ingress_init(struct Qdisc *sch, struct nlattr *opt, in ingress_init()
100 static void ingress_destroy(struct Qdisc *sch) in ingress_destroy()
108 static int ingress_dump(struct Qdisc *sch, struct sk_buff *skb) in ingress_dump()
155 static unsigned long clsact_find(struct Qdisc *sch, u32 classid) in clsact_find()
166 static unsigned long clsact_bind_filter(struct Qdisc *sch, in clsact_bind_filter()
172 static struct tcf_block *clsact_tcf_block(struct Qdisc *sch, unsigned long cl, in clsact_tcf_block()
187 static void clsact_ingress_block_set(struct Qdisc *sch, u32 block_index) in clsact_ingress_block_set()
194 static void clsact_egress_block_set(struct Qdisc *sch, u32 block_index) in clsact_egress_block_set()
201 static u32 clsact_ingress_block_get(struct Qdisc *sch) in clsact_ingress_block_get()
208 static u32 clsact_egress_block_get(struct Qdisc *sch) in clsact_egress_block_get()
215 static int clsact_init(struct Qdisc *sch, struct nlattr *opt, in clsact_init()
247 static void clsact_destroy(struct Qdisc *sch) in clsact_destroy()