Re: [PATCH 1/9] Move common fields from frag_queues in one place

2007-10-15 Thread David Miller
From: Pavel Emelyanov <[EMAIL PROTECTED]> Date: Fri, 12 Oct 2007 17:00:06 +0400 > Introduce the struct inet_frag_queue in include/net/inet_frag.h > file and place there all the common fields from three structs: > > * struct ipq in ipv4/ip_fragment.c > * struct nf_ct_frag6_queue in nf_conntrack_

[PATCH 1/9] Move common fields from frag_queues in one place

2007-10-12 Thread Pavel Emelyanov
Introduce the struct inet_frag_queue in include/net/inet_frag.h file and place there all the common fields from three structs: * struct ipq in ipv4/ip_fragment.c * struct nf_ct_frag6_queue in nf_conntrack_reasm.c * struct frag_queue in ipv6/reassembly.c After this, replace these fields on appr