diff options
author | Kuniyuki Iwashima <kuniyu@amazon.com> | 2022-11-14 22:57:56 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-11-16 10:43:35 +0100 |
commit | ba6aac1516779dd0ced22c136a2c2c4a9c70cf29 (patch) | |
tree | 2019f124f03b93dc19d9d264fd35a4898ff07e42 /Documentation/networking | |
parent | udp: Set NULL to udp_seq_afinfo.udp_table. (diff) | |
download | linux-ba6aac1516779dd0ced22c136a2c2c4a9c70cf29.tar.xz linux-ba6aac1516779dd0ced22c136a2c2c4a9c70cf29.zip |
udp: Access &udp_table via net.
We will soon introduce an optional per-netns hash table
for UDP.
This means we cannot use udp_table directly in most places.
Instead, access it via net->ipv4.udp_table.
The access will be valid only while initialising udp_table
itself and creating/destroying each netns.
Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking')
0 files changed, 0 insertions, 0 deletions