Lines Matching defs:sch
72 static inline struct atm_flow_data *lookup_flow(struct Qdisc *sch, u32 classid) in lookup_flow()
84 static int atm_tc_graft(struct Qdisc *sch, unsigned long arg, in atm_tc_graft()
103 static struct Qdisc *atm_tc_leaf(struct Qdisc *sch, unsigned long cl) in atm_tc_leaf()
111 static unsigned long atm_tc_get(struct Qdisc *sch, u32 classid) in atm_tc_get()
124 static unsigned long atm_tc_bind_filter(struct Qdisc *sch, in atm_tc_bind_filter()
135 static void atm_tc_put(struct Qdisc *sch, unsigned long cl) in atm_tc_put()
187 static int atm_tc_change(struct Qdisc *sch, u32 classid, u32 parent, in atm_tc_change()
308 static int atm_tc_delete(struct Qdisc *sch, unsigned long arg) in atm_tc_delete()
332 static void atm_tc_walk(struct Qdisc *sch, struct qdisc_walker *walker) in atm_tc_walk()
350 static struct tcf_proto **atm_tc_find_tcf(struct Qdisc *sch, unsigned long cl) in atm_tc_find_tcf()
361 static int atm_tc_enqueue(struct sk_buff *skb, struct Qdisc *sch) in atm_tc_enqueue()
454 struct Qdisc *sch = (struct Qdisc *)data; in sch_atm_dequeue() local
500 static struct sk_buff *atm_tc_dequeue(struct Qdisc *sch) in atm_tc_dequeue()
513 static struct sk_buff *atm_tc_peek(struct Qdisc *sch) in atm_tc_peek()
522 static unsigned int atm_tc_drop(struct Qdisc *sch) in atm_tc_drop()
536 static int atm_tc_init(struct Qdisc *sch, struct nlattr *opt) in atm_tc_init()
558 static void atm_tc_reset(struct Qdisc *sch) in atm_tc_reset()
569 static void atm_tc_destroy(struct Qdisc *sch) in atm_tc_destroy()
586 static int atm_tc_dump_class(struct Qdisc *sch, unsigned long cl, in atm_tc_dump_class()
630 atm_tc_dump_class_stats(struct Qdisc *sch, unsigned long arg, in atm_tc_dump_class_stats()
644 static int atm_tc_dump(struct Qdisc *sch, struct sk_buff *skb) in atm_tc_dump()