]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/ipv4/udp.c
Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-of-line...
[karo-tx-linux.git] / net / ipv4 / udp.c
index 4bd178a111d567a81a1219fdcd28ce0e10712b14..05b7abb99f699378674eb107db0f0eedc61bf2e3 100644 (file)
@@ -1184,7 +1184,7 @@ static int __udp4_lib_mcast_deliver(struct net *net, struct sk_buff *skb,
                        sk = sknext;
                } while (sknext);
        } else
-               kfree_skb(skb);
+               consume_skb(skb);
        spin_unlock(&hslot->lock);
        return 0;
 }