On Sat, Jul 20, 2024 at 7:09 AM <jmaloy(a)redhat.com> wrote:From: Jon Maloy <jmaloy(a)redhat.com> When we added the SO_PEEK_OFF socket option to TCP we forgot to add it even for TCP on IPv6. We do that here. Fixes: 05ea491641d3 ("tcp: add support for SO_PEEK_OFF socket option") Signed-off-by: Jon Maloy <jmaloy(a)redhat.com>Reviewed-by: Eric Dumazet <edumazet(a)google.com> It would be nice to add a selftest for SO_PEEK_OFF for TCP and UDP, any volunteers ? Thanks.