On Tue, 2019-11-05 at 20:41 -0800, Peter Krystad wrote: > @@ -1111,7 +1111,8 @@ static void tcp_v6_restore_cb(struct sk_buff *skb) > sizeof(struct inet6_skb_parm)); > } > > -static struct sock *tcp_v6_syn_recv_sock(const struct sock *sk, struct sk_buff *skb, > +static struct sock *tcp_v6_syn_recv_sock(const struct sock *sk, > + struct sk_buff *skb, > struct request_sock *req, > struct dst_entry *dst, > struct request_sock *req_unhash, Minor nit: it looks like this chunk is not needed[1]. Cheers, Paolo [1] https://youtu.be/XfEuxRDYiyc ;)