diff options
Diffstat (limited to 'net/ipv4/sysctl_net_ipv4.c')
-rw-r--r-- | net/ipv4/sysctl_net_ipv4.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/sysctl_net_ipv4.c b/net/ipv4/sysctl_net_ipv4.c index e32894532416..ce47a345ecc5 100644 --- a/net/ipv4/sysctl_net_ipv4.c +++ b/net/ipv4/sysctl_net_ipv4.c | |||
@@ -259,7 +259,7 @@ ctl_table ipv4_table[] = { | |||
259 | { | 259 | { |
260 | .ctl_name = NET_TCP_MAX_TW_BUCKETS, | 260 | .ctl_name = NET_TCP_MAX_TW_BUCKETS, |
261 | .procname = "tcp_max_tw_buckets", | 261 | .procname = "tcp_max_tw_buckets", |
262 | .data = &sysctl_tcp_max_tw_buckets, | 262 | .data = &tcp_death_row.sysctl_max_tw_buckets, |
263 | .maxlen = sizeof(int), | 263 | .maxlen = sizeof(int), |
264 | .mode = 0644, | 264 | .mode = 0644, |
265 | .proc_handler = &proc_dointvec | 265 | .proc_handler = &proc_dointvec |
@@ -363,7 +363,7 @@ ctl_table ipv4_table[] = { | |||
363 | { | 363 | { |
364 | .ctl_name = NET_TCP_TW_RECYCLE, | 364 | .ctl_name = NET_TCP_TW_RECYCLE, |
365 | .procname = "tcp_tw_recycle", | 365 | .procname = "tcp_tw_recycle", |
366 | .data = &sysctl_tcp_tw_recycle, | 366 | .data = &tcp_death_row.sysctl_tw_recycle, |
367 | .maxlen = sizeof(int), | 367 | .maxlen = sizeof(int), |
368 | .mode = 0644, | 368 | .mode = 0644, |
369 | .proc_handler = &proc_dointvec | 369 | .proc_handler = &proc_dointvec |