--- zzzz-none-000/linux-4.9.325/include/net/ip6_route.h 2022-07-29 15:05:48.000000000 +0000 +++ seale-7590ax-800/linux-4.9.325/include/net/ip6_route.h 2024-09-18 09:50:47.000000000 +0000 @@ -142,9 +142,10 @@ const struct in6_addr *gwaddr); void ip6_update_pmtu(struct sk_buff *skb, struct net *net, __be32 mtu, int oif, - u32 mark); + u32 mark, kuid_t uid); void ip6_sk_update_pmtu(struct sk_buff *skb, struct sock *sk, __be32 mtu); -void ip6_redirect(struct sk_buff *skb, struct net *net, int oif, u32 mark); +void ip6_redirect(struct sk_buff *skb, struct net *net, int oif, u32 mark, + kuid_t uid); void ip6_redirect_no_header(struct sk_buff *skb, struct net *net, int oif, u32 mark); void ip6_sk_redirect(struct sk_buff *skb, struct sock *sk);