diff options
author | Pavel Emelyanov <xemul@openvz.org> | 2008-01-22 05:58:31 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-01-28 15:10:34 -0800 |
commit | 8d8354d2fb9277f165715a6e1cb92bcc89259975 (patch) | |
tree | 465fd866b6f5b4ab9c05a5441697c07502d0f0ed /include/net/ip.h | |
parent | 9d5c824399dea881779d78a6c147288bf2dccb6b (diff) | |
download | linux-3.10-8d8354d2fb9277f165715a6e1cb92bcc89259975.tar.gz linux-3.10-8d8354d2fb9277f165715a6e1cb92bcc89259975.tar.bz2 linux-3.10-8d8354d2fb9277f165715a6e1cb92bcc89259975.zip |
[NETNS][FRAGS]: Move ctl tables around.
This is a preparation for sysctl netns-ization.
Move the ctl tables to the files, where the tuning
variables reside. Plus make the helpers to register
the tables.
This will simplify the later patches and will keep
similar things closer to each other.
ipv4, ipv6 and conntrack_reasm are patched differently,
but the result is all the tables are in appropriate files.
Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ip.h')
-rw-r--r-- | include/net/ip.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/net/ip.h b/include/net/ip.h index 6850a80a688..9d43ac222d1 100644 --- a/include/net/ip.h +++ b/include/net/ip.h @@ -179,11 +179,6 @@ extern int sysctl_ip_nonlocal_bind; extern struct ctl_path net_ipv4_ctl_path[]; -/* From ip_fragment.c */ -struct inet_frags_ctl; -extern struct inet_frags_ctl ip4_frags_ctl; -extern int sysctl_ipfrag_max_dist; - /* From inetpeer.c */ extern int inet_peer_threshold; extern int inet_peer_minttl; |