Re: [PATCH net] tcp: remove buggy call to tcp_v6_restore_cb()
From: Florian Westphal <fw@strlen.de>
Date: 2017-11-30 08:15:45
From: Florian Westphal <fw@strlen.de>
Date: 2017-11-30 08:15:45
Eric Dumazet [off-list ref] wrote:
From: Eric Dumazet <edumazet@google.com> tcp_v6_send_reset() expects to receive an skb with skb->cb[] layout as used in TCP stack. MD5 lookup uses tcp_v6_iif() and tcp_v6_sdif() and thus TCP_SKB_CB(skb)->header.h6
Indeed, thanks for fixing this up. Acked-by: Florian Westphal <fw@strlen.de>