[INET]: Collect common frag sysctl variables together
authorPavel Emelyanov <xemul@openvz.org>
Mon, 15 Oct 2007 09:33:45 +0000 (02:33 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 15 Oct 2007 19:26:40 +0000 (12:26 -0700)
commit04128f233f2b344f3438cde09723e9946463a573
tree04f4518ef51c74de4d318d7ea908b3215a6aa9c8
parent7eb95156d9dce2f59794264db336ce007d71638b
[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>
include/net/inet_frag.h
include/net/ip.h
include/net/ipv6.h
include/net/netfilter/ipv6/nf_conntrack_ipv6.h
net/ipv4/ip_fragment.c
net/ipv4/sysctl_net_ipv4.c
net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c
net/ipv6/netfilter/nf_conntrack_reasm.c
net/ipv6/reassembly.c
net/ipv6/sysctl_net_ipv6.c