Lines Matching defs:sch
75 static bool is_packet_valid(struct Qdisc *sch, struct sk_buff *nskb) in is_packet_valid()
108 static struct sk_buff *etf_peek_timesortedlist(struct Qdisc *sch) in etf_peek_timesortedlist()
120 static void reset_watchdog(struct Qdisc *sch) in reset_watchdog()
162 static int etf_enqueue_timesortedlist(struct sk_buff *nskb, struct Qdisc *sch, in etf_enqueue_timesortedlist()
200 static void timesortedlist_drop(struct Qdisc *sch, struct sk_buff *skb, in timesortedlist_drop()
231 static void timesortedlist_remove(struct Qdisc *sch, struct sk_buff *skb) in timesortedlist_remove()
253 static struct sk_buff *etf_dequeue_timesortedlist(struct Qdisc *sch) in etf_dequeue_timesortedlist()
346 static int etf_init(struct Qdisc *sch, struct nlattr *opt, in etf_init()
420 static void timesortedlist_clear(struct Qdisc *sch) in timesortedlist_clear()
436 static void etf_reset(struct Qdisc *sch) in etf_reset()
451 static void etf_destroy(struct Qdisc *sch) in etf_destroy()
463 static int etf_dump(struct Qdisc *sch, struct sk_buff *skb) in etf_dump()