patch-2.3.43 linux/net/core/sysctl_net_core.c

Next file: linux/net/decnet/TODO
Previous file: linux/net/core/skbuff.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.42/linux/net/core/sysctl_net_core.c linux/net/core/sysctl_net_core.c
@@ -23,6 +23,7 @@
 
 extern int sysctl_core_destroy_delay;
 extern int sysctl_optmem_max;
+extern int sysctl_hot_list_len;
 
 ctl_table core_table[] = {
 #ifdef CONFIG_NET
@@ -54,6 +55,9 @@
 	 &proc_dointvec_jiffies},
 	{NET_CORE_OPTMEM_MAX, "optmem_max",
 	 &sysctl_optmem_max, sizeof(int), 0644, NULL,
+	 &proc_dointvec},
+	{NET_CORE_HOT_LIST_LENGTH, "hot_list_length",
+	 &sysctl_hot_list_len, sizeof(int), 0644, NULL,
 	 &proc_dointvec},
 #endif /* CONFIG_NET */
 	{ 0 }

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)