[NETNS][FRAGS]: Make the pernet subsystem for fragments.
authorPavel Emelyanov <xemul@openvz.org>
Tue, 22 Jan 2008 14:12:39 +0000 (06:12 -0800)
committerDavid S. Miller <davem@davemloft.net>
Mon, 28 Jan 2008 23:10:40 +0000 (15:10 -0800)
commit81566e8322c3f6c6f9a2277fe0e440fee8d917bd
tree2c7456cf77548436e97ae8fef5c1f91127e8fd92
parent3140c25c82106645a6b1fc469dab7006a1d09fd0
[NETNS][FRAGS]: Make the pernet subsystem for fragments.

On namespace start we mainly prepare the ctl variables.

When the namespace is stopped we have to kill all the fragments that
point to this namespace.  The inet_frags_exit_net() handles it.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/inet_frag.h
net/ipv4/inet_fragment.c
net/ipv4/ip_fragment.c
net/ipv6/reassembly.c