Searched hist:c6fda282294da882f8d8cc4c513940277dd380f5 (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/net/ |
H A D | inet_frag.h | diff c6fda282294da882f8d8cc4c513940277dd380f5 Wed Oct 17 21:46:47 CDT 2007 Pavel Emelyanov <xemul@openvz.org> [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>
|
H A D | ipv6.h | diff c6fda282294da882f8d8cc4c513940277dd380f5 Wed Oct 17 21:46:47 CDT 2007 Pavel Emelyanov <xemul@openvz.org> [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>
|
/openbmc/linux/net/ipv4/ |
H A D | inet_fragment.c | diff c6fda282294da882f8d8cc4c513940277dd380f5 Wed Oct 17 21:46:47 CDT 2007 Pavel Emelyanov <xemul@openvz.org> [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>
|
H A D | ip_fragment.c | diff c6fda282294da882f8d8cc4c513940277dd380f5 Wed Oct 17 21:46:47 CDT 2007 Pavel Emelyanov <xemul@openvz.org> [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>
|
/openbmc/linux/net/ipv6/ |
H A D | reassembly.c | diff c6fda282294da882f8d8cc4c513940277dd380f5 Wed Oct 17 21:46:47 CDT 2007 Pavel Emelyanov <xemul@openvz.org> [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>
|
/openbmc/linux/net/ipv6/netfilter/ |
H A D | nf_conntrack_reasm.c | diff c6fda282294da882f8d8cc4c513940277dd380f5 Wed Oct 17 21:46:47 CDT 2007 Pavel Emelyanov <xemul@openvz.org> [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>
|