mirror of
https://github.com/torvalds/linux.git
synced 2025-08-15 14:11:42 +02:00
docs: Fix name for net.ipv4.udp_child_hash_entries
udp_child_ehash_entries -> udp_child_hash_entries
Fixes: 9804985bf2
("udp: Introduce optional per-netns hash table.")
Signed-off-by: Jordan Rife <jordan@jrife.io>
Reviewed-by: Kuniyuki Iwashima <kuniyu@google.com>
Link: https://patch.msgid.link/20250808185800.1189042-1-jordan@jrife.io
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
This commit is contained in:
parent
b3e8c3dfce
commit
e93f7af148
1 changed files with 1 additions and 1 deletions
|
@ -1420,7 +1420,7 @@ udp_hash_entries - INTEGER
|
|||
A negative value means the networking namespace does not own its
|
||||
hash buckets and shares the initial networking namespace's one.
|
||||
|
||||
udp_child_ehash_entries - INTEGER
|
||||
udp_child_hash_entries - INTEGER
|
||||
Control the number of hash buckets for UDP sockets in the child
|
||||
networking namespace, which must be set before clone() or unshare().
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue