Searched hist:"5 ab11c98d3a950faf6922b6166e5f8fc874590e7" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/net/ |
H A D | inet_frag.h | 5ab11c98d3a950faf6922b6166e5f8fc874590e7 Mon Oct 15 04:24:19 CDT 2007 Pavel Emelyanov <xemul@openvz.org> [INET]: Move common fields from frag_queues in one place.
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 appropriate structures with this structure instance and fix the users to use correct names i.e. hunks like
- atomic_dec(&fq->refcnt); + atomic_dec(&fq->q.refcnt);
(these occupy most of the patch)
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/ipv6/ |
H A D | reassembly.c | diff 5ab11c98d3a950faf6922b6166e5f8fc874590e7 Mon Oct 15 04:24:19 CDT 2007 Pavel Emelyanov <xemul@openvz.org> [INET]: Move common fields from frag_queues in one place.
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 appropriate structures with this structure instance and fix the users to use correct names i.e. hunks like
- atomic_dec(&fq->refcnt); + atomic_dec(&fq->q.refcnt);
(these occupy most of the patch)
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | nf_conntrack_reasm.c | diff 5ab11c98d3a950faf6922b6166e5f8fc874590e7 Mon Oct 15 04:24:19 CDT 2007 Pavel Emelyanov <xemul@openvz.org> [INET]: Move common fields from frag_queues in one place.
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 appropriate structures with this structure instance and fix the users to use correct names i.e. hunks like
- atomic_dec(&fq->refcnt); + atomic_dec(&fq->q.refcnt);
(these occupy most of the patch)
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/ipv4/ |
H A D | ip_fragment.c | diff 5ab11c98d3a950faf6922b6166e5f8fc874590e7 Mon Oct 15 04:24:19 CDT 2007 Pavel Emelyanov <xemul@openvz.org> [INET]: Move common fields from frag_queues in one place.
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 appropriate structures with this structure instance and fix the users to use correct names i.e. hunks like
- atomic_dec(&fq->refcnt); + atomic_dec(&fq->q.refcnt);
(these occupy most of the patch)
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|