[INET]: Consolidate xxx_frag_create()
authorPavel Emelyanov <xemul@openvz.org>
Thu, 18 Oct 2007 02:46:47 +0000 (19:46 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Oct 2007 02:46:47 +0000 (19:46 -0700)
commitc6fda282294da882f8d8cc4c513940277dd380f5
tree29ef5fbc59320851c8db28e7f2c0a8c3fd85c231
parente521db9d790aaa60ae8920e21cb7faedc280fc36
[INET]: Consolidate xxx_frag_create()

This one uses the xxx_frag_intern() and xxx_frag_alloc()
routines, which are already consolidated, so remove them
from protocol code (as promised).

The ->constructor callback is used to init the rest of
the frag queue and it is the same for netfilter and ipv6.

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