mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 22:21:21 +00:00
[INET]: Collect common frag sysctl variables together
Some sysctl variables are used to tune the frag queues management and it will be useful to work with them in a common way in the future, so move them into one structure, moreover they are the same for all the frag management codes. I don't place them in the existing inet_frags object, introduced in the previous patch for two reasons: 1. to keep them in the __read_mostly section; 2. not to export the whole inet_frags objects outside. Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
7eb95156d9
commit
04128f233f
10 changed files with 82 additions and 69 deletions
|
@ -177,10 +177,8 @@ extern int sysctl_ip_default_ttl;
|
|||
extern int sysctl_ip_nonlocal_bind;
|
||||
|
||||
/* From ip_fragment.c */
|
||||
extern int sysctl_ipfrag_high_thresh;
|
||||
extern int sysctl_ipfrag_low_thresh;
|
||||
extern int sysctl_ipfrag_time;
|
||||
extern int sysctl_ipfrag_secret_interval;
|
||||
struct inet_frags_ctl;
|
||||
extern struct inet_frags_ctl ip4_frags_ctl;
|
||||
extern int sysctl_ipfrag_max_dist;
|
||||
|
||||
/* From inetpeer.c */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue