Lines Matching refs:Qdisc

46 	struct Qdisc		*q;	/* FIFO, TBF, etc. */
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()
86 struct Qdisc *new, struct Qdisc **old, 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()
348 static void atm_tc_walk(struct Qdisc *sch, struct qdisc_walker *walker) in atm_tc_walk()
366 static struct tcf_block *atm_tc_tcf_block(struct Qdisc *sch, unsigned long cl, in atm_tc_tcf_block()
378 static int atm_tc_enqueue(struct sk_buff *skb, struct Qdisc *sch, in atm_tc_enqueue()
473 struct Qdisc *sch = qdisc_from_priv(p); in sch_atm_dequeue()
520 static struct sk_buff *atm_tc_dequeue(struct Qdisc *sch) in atm_tc_dequeue()
533 static struct sk_buff *atm_tc_peek(struct Qdisc *sch) in atm_tc_peek()
542 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()
602 static int atm_tc_dump_class(struct Qdisc *sch, unsigned long cl, in atm_tc_dump_class()
651 atm_tc_dump_class_stats(struct Qdisc *sch, unsigned long arg, in atm_tc_dump_class_stats()
663 static int atm_tc_dump(struct Qdisc *sch, struct sk_buff *skb) in atm_tc_dump()