Lines Matching refs:to_free
75 struct sk_buff **to_free);
298 struct sk_buff **to_free);
845 struct sk_buff **to_free)
848 return sch->enqueue(skb, sch, to_free);
1047 static inline void __qdisc_drop(struct sk_buff *skb, struct sk_buff **to_free)
1049 skb->next = *to_free;
1050 *to_free = skb;
1054 struct sk_buff **to_free)
1057 skb->prev->next = *to_free;
1059 skb->next = *to_free;
1060 *to_free = skb;
1065 struct sk_buff **to_free)
1073 __qdisc_drop(skb, to_free);
1197 struct sk_buff **to_free)
1199 __qdisc_drop(skb, to_free);
1206 struct sk_buff **to_free)
1208 __qdisc_drop(skb, to_free);
1215 struct sk_buff **to_free)
1217 __qdisc_drop_all(skb, to_free);