diff options
author | Jordan Rife <jordan@jrife.io> | 2025-08-08 21:57:56 +0300 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2025-08-12 14:03:13 +0300 |
commit | e93f7af148222303c4632318536c0f649b4ee5b1 (patch) | |
tree | e7ea0d0836a6ff5c4143e482e9933f4703069f86 | |
parent | b3e8c3dfce8d31e176584e03e8fa50613c766e47 (diff) | |
download | linux-e93f7af148222303c4632318536c0f649b4ee5b1.tar.xz |
docs: Fix name for net.ipv4.udp_child_hash_entries
udp_child_ehash_entries -> udp_child_hash_entries
Fixes: 9804985bf27f ("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>
-rw-r--r-- | Documentation/networking/ip-sysctl.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/networking/ip-sysctl.rst b/Documentation/networking/ip-sysctl.rst index bb620f554598..9756d16e3df1 100644 --- a/Documentation/networking/ip-sysctl.rst +++ b/Documentation/networking/ip-sysctl.rst @@ -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(). |