Lines Matching refs:to_free
61 struct sk_buff **to_free);
278 struct sk_buff **to_free);
831 struct sk_buff **to_free)
834 return sch->enqueue(skb, sch, to_free);
1055 static inline void __qdisc_drop(struct sk_buff *skb, struct sk_buff **to_free)
1057 skb->next = *to_free;
1058 *to_free = skb;
1062 struct sk_buff **to_free)
1065 skb->prev->next = *to_free;
1067 skb->next = *to_free;
1068 *to_free = skb;
1073 struct sk_buff **to_free)
1081 __qdisc_drop(skb, to_free);
1205 struct sk_buff **to_free)
1207 __qdisc_drop(skb, to_free);
1214 struct sk_buff **to_free)
1216 __qdisc_drop(skb, to_free);
1223 struct sk_buff **to_free)
1225 __qdisc_drop_all(skb, to_free);