On 1/28/22 12:33 AM, menglong8.dong@xxxxxxxxx wrote: > From: Menglong Dong <imagedong@xxxxxxxxxxx> > > Replace kfree_skb() with kfree_skb_reason() in ip_protocol_deliver_rcu(). > Following new drop reasons are introduced: > > SKB_DROP_REASON_XFRM_POLICY > SKB_DROP_REASON_IP_NOPROTO > > Signed-off-by: Menglong Dong <imagedong@xxxxxxxxxxx> > --- > v2: > - add document for the introduced drop reasons > --- > include/linux/skbuff.h | 2 ++ > include/trace/events/skb.h | 2 ++ > net/ipv4/ip_input.c | 5 +++-- > 3 files changed, 7 insertions(+), 2 deletions(-) > Reviewed-by: David Ahern <dsahern@xxxxxxxxxx>