netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 net] docs: Fix name for net.ipv4.udp_child_hash_entries
@ 2025-08-08 18:57 Jordan Rife
  2025-08-08 19:57 ` Jakub Kicinski
  2025-08-12 12:31 ` patchwork-bot+netdevbpf
  0 siblings, 2 replies; 3+ messages in thread
From: Jordan Rife @ 2025-08-08 18:57 UTC (permalink / raw)
  To: netdev
  Cc: Jordan Rife, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Kuniyuki Iwashima, Jonathan Corbet

udp_child_ehash_entries -> udp_child_hash_entries

v1 -> v2: Target net instead of net-next (Kuniyuki)

Fixes: 9804985bf27f ("udp: Introduce optional per-netns hash table.")
Signed-off-by: Jordan Rife <jordan@jrife.io>
Reviewed-by: Kuniyuki Iwashima <kuniyu@google.com>
---
 Documentation/networking/ip-sysctl.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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().
 
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-08-12 12:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-08 18:57 [PATCH v2 net] docs: Fix name for net.ipv4.udp_child_hash_entries Jordan Rife
2025-08-08 19:57 ` Jakub Kicinski
2025-08-12 12:31 ` patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).