diff options
| author | Kuniyuki Iwashima <kuniyu@google.com> | 2026-03-11 08:19:58 +0300 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-03-14 04:57:45 +0300 |
| commit | c570bd25d88a02c249be23850315435ec69808f5 (patch) | |
| tree | 7fc4655b52ae486f8dd9bb0789cfe3c9cc31d43f /include/linux/errqueue.h | |
| parent | 5c2738588621a4a53e3a1e87860abcaf9190194a (diff) | |
| download | linux-c570bd25d88a02c249be23850315435ec69808f5.tar.xz | |
udp: Remove udp_table in struct udp_seq_afinfo.
Since UDP and UDP-Lite had dedicated socket hash tables for
each, we have had to fetch them from different pointers for
procfs or bpf iterator.
UDP always has its global or per-netns table in
net->ipv4.udp_table and struct udp_seq_afinfo.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_seq().
Signed-off-by: Kuniyuki Iwashima <kuniyu@google.com>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Link: https://patch.msgid.link/20260311052020.1213705-12-kuniyu@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/linux/errqueue.h')
0 files changed, 0 insertions, 0 deletions
