Re: [PATCH net-next v5 4/7] net: raw: use sk_skb_reason_drop to free rx packets

From: Jesper Dangaard Brouer
Date: Tue Jun 18 2024 - 02:20:13 EST



On 17/06/2024 20.09, Yan Zhai wrote:
Replace kfree_skb_reason with sk_skb_reason_drop and pass the receiving
socket to the tracepoint.

Signed-off-by: Yan Zhai<yan@xxxxxxxxxxxxxx>
---
net/ipv4/raw.c | 4 ++--
net/ipv6/raw.c | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)


Acked-by: Jesper Dangaard Brouer <hawk@xxxxxxxxxx>