Lines Matching refs:sk_buff
46 struct sk_buff *head;
47 struct sk_buff *tail;
71 const struct sk_buff *skb) in fq_codel_hash()
84 static unsigned int fq_codel_classify(struct sk_buff *skb, struct Qdisc *sch, in fq_codel_classify()
122 static inline struct sk_buff *dequeue_head(struct fq_codel_flow *flow) in dequeue_head()
124 struct sk_buff *skb = flow->head; in dequeue_head()
133 struct sk_buff *skb) in flow_queue_add()
146 struct sk_buff *skb; in fq_codel_drop()
173 static int fq_codel_enqueue(struct sk_buff *skb, struct Qdisc *sch) in fq_codel_enqueue()
220 static struct sk_buff *dequeue(struct codel_vars *vars, struct Qdisc *sch) in dequeue()
224 struct sk_buff *skb = NULL; in dequeue()
235 static struct sk_buff *fq_codel_dequeue(struct Qdisc *sch) in fq_codel_dequeue()
238 struct sk_buff *skb; in fq_codel_dequeue()
289 struct sk_buff *skb; in fq_codel_reset()
348 struct sk_buff *skb = fq_codel_dequeue(sch); in fq_codel_change()
428 static int fq_codel_dump(struct Qdisc *sch, struct sk_buff *skb) in fq_codel_dump()
512 struct sk_buff *skb, struct tcmsg *tcm) in fq_codel_dump_class()
528 const struct sk_buff *skb = flow->head; in fq_codel_dump_class_stats()