Lines Matching refs:sch
19 static struct Qdisc *ingress_leaf(struct Qdisc *sch, unsigned long arg) in ingress_leaf() argument
24 static unsigned long ingress_get(struct Qdisc *sch, u32 classid) in ingress_get() argument
29 static unsigned long ingress_bind_filter(struct Qdisc *sch, in ingress_bind_filter() argument
32 return ingress_get(sch, classid); in ingress_bind_filter()
35 static void ingress_put(struct Qdisc *sch, unsigned long cl) in ingress_put() argument
39 static void ingress_walk(struct Qdisc *sch, struct qdisc_walker *walker) in ingress_walk() argument
43 static struct tcf_proto __rcu **ingress_find_tcf(struct Qdisc *sch, in ingress_find_tcf() argument
46 struct net_device *dev = qdisc_dev(sch); in ingress_find_tcf()
51 static int ingress_init(struct Qdisc *sch, struct nlattr *opt) in ingress_init() argument
54 sch->flags |= TCQ_F_CPUSTATS; in ingress_init()
59 static void ingress_destroy(struct Qdisc *sch) in ingress_destroy() argument
61 struct net_device *dev = qdisc_dev(sch); in ingress_destroy()
67 static int ingress_dump(struct Qdisc *sch, struct sk_buff *skb) in ingress_dump() argument