mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-28 09:31:14 +00:00
[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>
This commit is contained in:
parent
9d5c824399
commit
8d8354d2fb
10 changed files with 170 additions and 129 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue