aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorPavel Emelyanov <xemul@openvz.org>2007-10-23 21:13:53 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2007-10-23 21:27:56 -0700
commita37ae4086e7e804db534bc8f2d31c2fbf89c5761 (patch)
tree3bdbdf32937ab8dd8cdde043ca239d59e0818bfb /include/net
parent[TCP]: Remove unneeded implicit type cast when calling tcp_minshall_update() (diff)
downloadlinux-dev-a37ae4086e7e804db534bc8f2d31c2fbf89c5761.tar.xz
linux-dev-a37ae4086e7e804db534bc8f2d31c2fbf89c5761.zip
[NET]: Don't declare extern variables in net/core/sysctl_net_core.c
Some are already declared in include/linux/netdevice.h, while some others (xfrm ones) need to be declared. The driver/net/rrunner.c just uses same extern as well, so cleanup it also. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/xfrm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/xfrm.h b/include/net/xfrm.h
index 688f6f5d3285..58dfa82889aa 100644
--- a/include/net/xfrm.h
+++ b/include/net/xfrm.h
@@ -37,6 +37,8 @@
extern struct sock *xfrm_nl;
extern u32 sysctl_xfrm_aevent_etime;
extern u32 sysctl_xfrm_aevent_rseqth;
+extern int sysctl_xfrm_larval_drop;
+extern u32 sysctl_xfrm_acq_expires;
extern struct mutex xfrm_cfg_mutex;