Searched hist:ba6aac1516779dd0ced22c136a2c2c4a9c70cf29 (Results 1 – 6 of 6) sorted by relevance
/linux/net/ipv4/ |
H A D | udp_diag.c | diff ba6aac1516779dd0ced22c136a2c2c4a9c70cf29 Mon Nov 14 22:57:56 CET 2022 Kuniyuki Iwashima <kuniyu@amazon.com> 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>
|
H A D | udp_offload.c | diff ba6aac1516779dd0ced22c136a2c2c4a9c70cf29 Mon Nov 14 22:57:56 CET 2022 Kuniyuki Iwashima <kuniyu@amazon.com> 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>
|
H A D | udp.c | diff ba6aac1516779dd0ced22c136a2c2c4a9c70cf29 Mon Nov 14 22:57:56 CET 2022 Kuniyuki Iwashima <kuniyu@amazon.com> 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>
|
/linux/net/ipv6/ |
H A D | udp_offload.c | diff ba6aac1516779dd0ced22c136a2c2c4a9c70cf29 Mon Nov 14 22:57:56 CET 2022 Kuniyuki Iwashima <kuniyu@amazon.com> 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>
|
H A D | udp.c | diff ba6aac1516779dd0ced22c136a2c2c4a9c70cf29 Mon Nov 14 22:57:56 CET 2022 Kuniyuki Iwashima <kuniyu@amazon.com> 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>
|
/linux/net/core/ |
H A D | filter.c | diff ba6aac1516779dd0ced22c136a2c2c4a9c70cf29 Mon Nov 14 22:57:56 CET 2022 Kuniyuki Iwashima <kuniyu@amazon.com> 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>
|