Lines Matching refs:Qdisc
73 static bool is_packet_valid(struct Qdisc *sch, struct sk_buff *nskb) in is_packet_valid()
102 static struct sk_buff *etf_peek_timesortedlist(struct Qdisc *sch) in etf_peek_timesortedlist()
114 static void reset_watchdog(struct Qdisc *sch) in reset_watchdog()
153 static int etf_enqueue_timesortedlist(struct sk_buff *nskb, struct Qdisc *sch, in etf_enqueue_timesortedlist()
188 static void timesortedlist_erase(struct Qdisc *sch, struct sk_buff *skb, in timesortedlist_erase()
221 static struct sk_buff *etf_dequeue_timesortedlist(struct Qdisc *sch) in etf_dequeue_timesortedlist()
314 static int etf_init(struct Qdisc *sch, struct nlattr *opt, in etf_init()
386 static void timesortedlist_clear(struct Qdisc *sch) in timesortedlist_clear()
402 static void etf_reset(struct Qdisc *sch) in etf_reset()
420 static void etf_destroy(struct Qdisc *sch) in etf_destroy()
432 static int etf_dump(struct Qdisc *sch, struct sk_buff *skb) in etf_dump()