mbox series

[net-next,v2,0/2] Adding SO_PEEK_OFF for TCPv6

Message ID 20240826194932.420992-1-jmaloy@redhat.com (mailing list archive)
Headers show
Series Adding SO_PEEK_OFF for TCPv6 | expand

Message

Jon Maloy Aug. 26, 2024, 7:49 p.m. UTC
From: Jon Maloy <jmaloy@redhat.com>

Adding SO_PEEK_OFF for TCPv6 and selftest for it.

Jon Maloy (2):
  tcp: add SO_PEEK_OFF socket option tor TCPv6
  selftests: add selftest for tcp SO_PEEK_OFF support

 net/ipv6/af_inet6.c                           |   1 +
 tools/testing/selftests/net/Makefile          |   1 +
 tools/testing/selftests/net/tcp_so_peek_off.c | 184 ++++++++++++++++++
 3 files changed, 186 insertions(+)
 create mode 100644 tools/testing/selftests/net/tcp_so_peek_off.c