Lines Matching defs:sch
24 static struct Qdisc *ingress_leaf(struct Qdisc *sch, unsigned long arg) in ingress_leaf()
29 static unsigned long ingress_find(struct Qdisc *sch, u32 classid) in ingress_find()
34 static unsigned long ingress_bind_filter(struct Qdisc *sch, in ingress_bind_filter()
40 static void ingress_unbind_filter(struct Qdisc *sch, unsigned long cl) in ingress_unbind_filter()
44 static void ingress_walk(struct Qdisc *sch, struct qdisc_walker *walker) in ingress_walk()
48 static struct tcf_block *ingress_tcf_block(struct Qdisc *sch, unsigned long cl, in ingress_tcf_block()
63 static void ingress_ingress_block_set(struct Qdisc *sch, u32 block_index) in ingress_ingress_block_set()
70 static u32 ingress_ingress_block_get(struct Qdisc *sch) in ingress_ingress_block_get()
77 static int ingress_init(struct Qdisc *sch, struct nlattr *opt, in ingress_init()
112 static void ingress_destroy(struct Qdisc *sch) in ingress_destroy()
134 static int ingress_dump(struct Qdisc *sch, struct sk_buff *skb) in ingress_dump()
181 static unsigned long clsact_find(struct Qdisc *sch, u32 classid) in clsact_find()
192 static unsigned long clsact_bind_filter(struct Qdisc *sch, in clsact_bind_filter()
198 static struct tcf_block *clsact_tcf_block(struct Qdisc *sch, unsigned long cl, in clsact_tcf_block()
213 static void clsact_ingress_block_set(struct Qdisc *sch, u32 block_index) in clsact_ingress_block_set()
220 static void clsact_egress_block_set(struct Qdisc *sch, u32 block_index) in clsact_egress_block_set()
227 static u32 clsact_ingress_block_get(struct Qdisc *sch) in clsact_ingress_block_get()
234 static u32 clsact_egress_block_get(struct Qdisc *sch) in clsact_egress_block_get()
241 static int clsact_init(struct Qdisc *sch, struct nlattr *opt, in clsact_init()
290 static void clsact_destroy(struct Qdisc *sch) in clsact_destroy()