Re: [PATCH net-next 01/11] ip_tunnel: add drop reasons to the generic RX path

From: Jakub Kicinski

Date: Wed Sep 02 2026 - 21:49:15 EST


On Tue, 1 Sep 2026 00:51:27 +0300 Anton Danilov wrote:
> const struct iphdr *iph = ip_hdr(skb);
> + enum skb_drop_reason reason = SKB_DROP_REASON_NOT_SPECIFIED;
> int nh, err;

reverse xmas tree