Lines Matching refs:to_free
293 static unsigned int sfq_drop(struct Qdisc *sch, struct sk_buff **to_free) in sfq_drop() argument
312 qdisc_drop(skb, sch, to_free); in sfq_drop()
346 sfq_enqueue(struct sk_buff *skb, struct Qdisc *sch, struct sk_buff **to_free) in sfq_enqueue() argument
360 __qdisc_drop(skb, to_free); in sfq_enqueue()
370 return qdisc_drop(skb, sch, to_free); in sfq_enqueue()
427 return qdisc_drop(skb, sch, to_free); in sfq_enqueue()
434 qdisc_drop(head, sch, to_free); in sfq_enqueue()
465 dropped = sfq_drop(sch, to_free); in sfq_enqueue()
638 struct sk_buff *to_free = NULL; in sfq_change() local
699 dropped += sfq_drop(sch, &to_free); in sfq_change()
701 tail = to_free; in sfq_change()
704 rtnl_kfree_skbs(to_free, tail); in sfq_change()