27 Aug
2024
27 Aug
'24
2:30 a.m.
On Tue, Aug 27, 2024 at 3:49 AM
From: Jon Maloy
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") Reviewed-by: Eric Dumazet
Reviewed-by: David Gibson Reviewed-by: Stefano Brivio Tested-by: Stefano Brivio Signed-off-by: Jon Maloy
Reviewed-by: Jason Xing