net/af_iucv: support drop monitoring
authorJulian Wiedmann <jwi@linux.ibm.com>
Mon, 9 Aug 2021 08:30:46 +0000 (10:30 +0200)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Aug 2021 09:13:32 +0000 (10:13 +0100)
commit10d6393dc471de5b8be84a19a967e51058ac5d1e
tree0d7bff6219ba22ec8cb6d127c48cf6325b6e9c4c
parent003352377f15f0014c752a6b7edf8bd947eecc7f
net/af_iucv: support drop monitoring

Change the good paths to use consume_skb() instead of kfree_skb(). This
avoids flooding dropwatch with false-positives.

Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/iucv/af_iucv.c