Files
linux/net
Eric Dumazet 89683b45f1 ipv6: avoid indirect calls for SOL_IP socket options
ipv6_setsockopt() can directly call ip_setsockopt()
instead of going through udp_prot.setsockopt()

ipv6_getsockopt() can directly call ip_getsockopt()
instead of going through udp_prot.getsockopt()

These indirections predate git history, not sure why they
were there.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Link: https://patch.msgid.link/20240823140019.3727643-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
2024-08-26 14:53:50 -07:00
..
2024-06-14 19:08:50 -07:00
2024-08-26 09:37:23 -07:00
2024-08-26 09:48:53 -07:00
2023-12-12 14:24:14 +01:00
2024-01-31 16:41:16 -08:00