kernel-ark/net/ipv6/netfilter
Pavel Emelyanov 3140c25c82 [NETNS][FRAGS]: Make the LRU list per namespace.
The inet_frags.lru_list is used for evicting only, so we have
to make it per-namespace, to evict only those fragments, who's
namespace exceeded its high threshold, but not the whole hash.
Besides, this helps to avoid long loops  in evictor.

The spinlock is not per-namespace because it protects the
hash table as well, which is global.

Signed-off-by: Pavel Emelyanov <xemul@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
2008-01-28 15:10:39 -08:00
..
ip6_queue.c
ip6_tables.c
ip6t_ah.c
ip6t_eui64.c
ip6t_frag.c
ip6t_hbh.c
ip6t_hl.c
ip6t_HL.c
ip6t_ipv6header.c
ip6t_LOG.c
ip6t_mh.c
ip6t_REJECT.c
ip6t_rt.c
ip6table_filter.c
ip6table_mangle.c
ip6table_raw.c
Kconfig
Makefile
nf_conntrack_l3proto_ipv6.c
nf_conntrack_proto_icmpv6.c
nf_conntrack_reasm.c [NETNS][FRAGS]: Make the LRU list per namespace. 2008-01-28 15:10:39 -08:00