Re: [PATCH net-next v3 9/9] ip6_tunnel: add drop reasons to the transmit path

From: Jakub Kicinski

Date: Wed Sep 16 2026 - 18:43:20 EST


On Wed, 16 Sep 2026 17:37:17 +0300 Anton Danilov wrote:
> -static inline int ip6gre_xmit_ipv6(struct sk_buff *skb, struct net_device *dev)
> +static inline int ip6gre_xmit_ipv6(struct sk_buff *skb, struct net_device *dev,
> + enum skb_drop_reason *reason)

Pls ask claude to look thru the functions you're modifying and see if
they can be changed to use the reason as the return code (using
SKB_NOT_DROPPED_YET as success), instead of using the output argument.