Lines Matching defs:sch
73 static inline struct atm_flow_data *lookup_flow(struct Qdisc *sch, u32 classid) in lookup_flow()
85 static int atm_tc_graft(struct Qdisc *sch, unsigned long arg, in atm_tc_graft()
105 static struct Qdisc *atm_tc_leaf(struct Qdisc *sch, unsigned long cl) in atm_tc_leaf()
113 static unsigned long atm_tc_find(struct Qdisc *sch, u32 classid) in atm_tc_find()
124 static unsigned long atm_tc_bind_filter(struct Qdisc *sch, in atm_tc_bind_filter()
143 static void atm_tc_put(struct Qdisc *sch, unsigned long cl) in atm_tc_put()
195 static int atm_tc_change(struct Qdisc *sch, u32 classid, u32 parent, in atm_tc_change()
323 static int atm_tc_delete(struct Qdisc *sch, unsigned long arg) in atm_tc_delete()
347 static void atm_tc_walk(struct Qdisc *sch, struct qdisc_walker *walker) in atm_tc_walk()
365 static struct tcf_block *atm_tc_tcf_block(struct Qdisc *sch, unsigned long cl, in atm_tc_tcf_block()
377 static int atm_tc_enqueue(struct sk_buff *skb, struct Qdisc *sch, in atm_tc_enqueue()
471 struct Qdisc *sch = (struct Qdisc *)data; in sch_atm_dequeue() local
519 static struct sk_buff *atm_tc_dequeue(struct Qdisc *sch) in atm_tc_dequeue()
532 static struct sk_buff *atm_tc_peek(struct Qdisc *sch) in atm_tc_peek()
541 static int atm_tc_init(struct Qdisc *sch, struct nlattr *opt, in atm_tc_init()
570 static void atm_tc_reset(struct Qdisc *sch) in atm_tc_reset()
581 static void atm_tc_destroy(struct Qdisc *sch) in atm_tc_destroy()
600 static int atm_tc_dump_class(struct Qdisc *sch, unsigned long cl, in atm_tc_dump_class()
649 atm_tc_dump_class_stats(struct Qdisc *sch, unsigned long arg, in atm_tc_dump_class_stats()
662 static int atm_tc_dump(struct Qdisc *sch, struct sk_buff *skb) in atm_tc_dump()