commit | c6fda282294da882f8d8cc4c513940277dd380f5 | [log] [tgz] |
---|---|---|
author | Pavel Emelyanov <xemul@openvz.org> | Wed Oct 17 19:46:47 2007 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 17 19:46:47 2007 -0700 |
tree | 29ef5fbc59320851c8db28e7f2c0a8c3fd85c231 | |
parent | e521db9d790aaa60ae8920e21cb7faedc280fc36 [diff] |
[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>