[INET]: Consolidate xxx_frag_intern
authorPavel Emelyanov <xemul@openvz.org>
Thu, 18 Oct 2007 02:44:34 +0000 (19:44 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Oct 2007 02:44:34 +0000 (19:44 -0700)
commit2588fe1d782f1686847493ad643157d5d10bf602
tree7513851819330d4ff6aadc9f76b1b45bc03f8f82
parentfd9e63544cac30a34c951f0ec958038f0529e244
[INET]: Consolidate xxx_frag_intern

This routine checks for the existence of a given entry
in the hash table and inserts the new one if needed.

The ->equal callback is used to compare two frag_queue-s
together, but this one is temporary and will be removed
later. The netfilter code and the ipv6 one use the same
routine to compare frags.

The inet_frag_intern() always returns non-NULL pointer,
so convert the inet_frag_queue into protocol specific
one (with the container_of) without any checks.

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