Loading net/core/skbuff.c +2 −0 Original line number Diff line number Diff line Loading @@ -902,6 +902,8 @@ void napi_consume_skb(struct sk_buff *skb, int budget) return; } lockdep_assert_in_softirq(); if (!skb_unref(skb)) return; Loading Loading
net/core/skbuff.c +2 −0 Original line number Diff line number Diff line Loading @@ -902,6 +902,8 @@ void napi_consume_skb(struct sk_buff *skb, int budget) return; } lockdep_assert_in_softirq(); if (!skb_unref(skb)) return; Loading