summaryrefslogtreecommitdiff
path: root/include/linux/timerqueue.h
diff options
context:
space:
mode:
authorKuniyuki Iwashima <kuniyu@google.com>2026-03-11 08:19:57 +0300
committerJakub Kicinski <kuba@kernel.org>2026-03-14 04:57:45 +0300
commit5c2738588621a4a53e3a1e87860abcaf9190194a (patch)
tree02c9453b82e0fbb26809f755c8d3bef0991602fb /include/linux/timerqueue.h
parent74f0cca1100b6d1f1ea28178435aff8078d06603 (diff)
downloadlinux-5c2738588621a4a53e3a1e87860abcaf9190194a.tar.xz
udp: Remove struct proto.h.udp_table.
Since UDP and UDP-Lite had dedicated socket hash tables for each, we have had to fetch them from different pointers. UDP always has its global or per-netns table in net->ipv4.udp_table and struct proto.h.udp_table is NULL. OTOH, UDP-Lite had only one global table in the pointer. We no longer use the field. Let's remove it and udp_get_table_prot(). Signed-off-by: Kuniyuki Iwashima <kuniyu@google.com> Reviewed-by: Willem de Bruijn <willemb@google.com> Link: https://patch.msgid.link/20260311052020.1213705-11-kuniyu@google.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux/timerqueue.h')
0 files changed, 0 insertions, 0 deletions