Lines Matching defs:sch
82 static inline struct atm_flow_data *lookup_flow(struct Qdisc *sch, u32 classid) in lookup_flow()
93 static int atm_tc_graft(struct Qdisc *sch, unsigned long arg, in atm_tc_graft()
112 static struct Qdisc *atm_tc_leaf(struct Qdisc *sch, unsigned long cl) in atm_tc_leaf()
120 static unsigned long atm_tc_get(struct Qdisc *sch, u32 classid) in atm_tc_get()
133 static unsigned long atm_tc_bind_filter(struct Qdisc *sch, in atm_tc_bind_filter()
144 static void atm_tc_put(struct Qdisc *sch, unsigned long cl) in atm_tc_put()
204 static int atm_tc_change(struct Qdisc *sch, u32 classid, u32 parent, in atm_tc_change()
331 static int atm_tc_delete(struct Qdisc *sch, unsigned long arg) in atm_tc_delete()
355 static void atm_tc_walk(struct Qdisc *sch, struct qdisc_walker *walker) in atm_tc_walk()
373 static struct tcf_proto **atm_tc_find_tcf(struct Qdisc *sch, unsigned long cl) in atm_tc_find_tcf()
384 static int atm_tc_enqueue(struct sk_buff *skb, struct Qdisc *sch) in atm_tc_enqueue()
473 struct Qdisc *sch = (struct Qdisc *)data; in sch_atm_dequeue() local
516 static struct sk_buff *atm_tc_dequeue(struct Qdisc *sch) in atm_tc_dequeue()
529 static struct sk_buff *atm_tc_peek(struct Qdisc *sch) in atm_tc_peek()
538 static unsigned int atm_tc_drop(struct Qdisc *sch) in atm_tc_drop()
551 static int atm_tc_init(struct Qdisc *sch, struct nlattr *opt) in atm_tc_init()
572 static void atm_tc_reset(struct Qdisc *sch) in atm_tc_reset()
583 static void atm_tc_destroy(struct Qdisc *sch) in atm_tc_destroy()
608 static int atm_tc_dump_class(struct Qdisc *sch, unsigned long cl, in atm_tc_dump_class()
653 atm_tc_dump_class_stats(struct Qdisc *sch, unsigned long arg, in atm_tc_dump_class_stats()
667 static int atm_tc_dump(struct Qdisc *sch, struct sk_buff *skb) in atm_tc_dump()