On Sat, 26 Feb 2022 00:49:26 -0800 Dongli Zhang wrote: > +void kfree_skb_list(struct sk_buff *segs) > +{ > + kfree_skb_list_reason(segs, SKB_DROP_REASON_NOT_SPECIFIED); > +} > EXPORT_SYMBOL(kfree_skb_list); Why not make it a static inline now, like we did with kfree_skb()?