Kuniyuki Iwashima 67fb43308f udp: Set NULL to sk->sk_prot->h.udp_table.
We will soon introduce an optional per-netns hash table
for UDP.

This means we cannot use the global sk->sk_prot->h.udp_table
to fetch a UDP hash table.

Instead, set NULL to sk->sk_prot->h.udp_table for UDP and get
a proper table from net->ipv4.udp_table.

Note that we still need sk->sk_prot->h.udp_table for UDP LITE.

Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-11-16 09:43:35 +00:00
..
2021-05-17 15:29:35 -07:00
2021-10-13 09:41:37 -07:00
2022-04-12 14:56:33 -07:00
2022-10-28 10:47:42 +01:00
2022-10-12 09:10:02 +01:00
2021-05-17 15:29:35 -07:00
2022-06-21 11:38:29 +02:00
2022-06-24 22:48:33 -07:00
2022-10-28 10:47:42 +01:00
2022-09-20 10:21:49 -07:00
2022-11-11 21:38:03 -08:00
2021-05-17 15:29:35 -07:00