Lines Matching defs:sch
25 static int ingress_graft(struct Qdisc *sch, unsigned long arg, in ingress_graft()
31 static struct Qdisc *ingress_leaf(struct Qdisc *sch, unsigned long arg) in ingress_leaf()
36 static unsigned long ingress_get(struct Qdisc *sch, u32 classid) in ingress_get()
41 static unsigned long ingress_bind_filter(struct Qdisc *sch, in ingress_bind_filter()
47 static void ingress_put(struct Qdisc *sch, unsigned long cl) in ingress_put()
51 static int ingress_change(struct Qdisc *sch, u32 classid, u32 parent, in ingress_change()
57 static void ingress_walk(struct Qdisc *sch, struct qdisc_walker *walker) in ingress_walk()
62 static struct tcf_proto **ingress_find_tcf(struct Qdisc *sch, unsigned long cl) in ingress_find_tcf()
71 static int ingress_enqueue(struct sk_buff *skb, struct Qdisc *sch) in ingress_enqueue()
103 static void ingress_destroy(struct Qdisc *sch) in ingress_destroy()
110 static int ingress_dump(struct Qdisc *sch, struct sk_buff *skb) in ingress_dump()