Home
last modified time | relevance | path

Searched hist:"478 aee5d6bf617c932f4e9c2981f17e86e093fc5" (Results 1 – 2 of 2) sorted by relevance

/linux/net/ipv6/
H A Dudp.cdiff 478aee5d6bf617c932f4e9c2981f17e86e093fc5 Mon Nov 14 22:57:55 CET 2022 Kuniyuki Iwashima <kuniyu@amazon.com> udp: Set NULL to udp_seq_afinfo.udp_table.

We will soon introduce an optional per-netns hash table
for UDP.

This means we cannot use the global udp_seq_afinfo.udp_table
to fetch a UDP hash table.

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

Note that we still need udp_seq_afinfo.udp_table for UDP LITE.

Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/linux/net/ipv4/
H A Dudp.cdiff 478aee5d6bf617c932f4e9c2981f17e86e093fc5 Mon Nov 14 22:57:55 CET 2022 Kuniyuki Iwashima <kuniyu@amazon.com> udp: Set NULL to udp_seq_afinfo.udp_table.

We will soon introduce an optional per-netns hash table
for UDP.

This means we cannot use the global udp_seq_afinfo.udp_table
to fetch a UDP hash table.

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

Note that we still need udp_seq_afinfo.udp_table for UDP LITE.

Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>