Searched hist:e521db9d790aaa60ae8920e21cb7faedc280fc36 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/net/ |
H A D | inet_frag.h | diff e521db9d790aaa60ae8920e21cb7faedc280fc36 Wed Oct 17 21:45:23 CDT 2007 Pavel Emelyanov <xemul@openvz.org> [INET]: Consolidate xxx_frag_alloc()
Just perform the kzalloc() allocation and setup common fields in the inet_frag_queue(). Then return the result to the caller to initialize the rest.
The inet_frag_alloc() may return NULL, so check the return value before doing the container_of(). This looks ugly, but the xxx_frag_alloc() will be removed soon.
The xxx_expire() timer callbacks are patches, because the argument is now the inet_frag_queue, not the protocol specific queue.
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 e521db9d790aaa60ae8920e21cb7faedc280fc36 Wed Oct 17 21:45:23 CDT 2007 Pavel Emelyanov <xemul@openvz.org> [INET]: Consolidate xxx_frag_alloc()
Just perform the kzalloc() allocation and setup common fields in the inet_frag_queue(). Then return the result to the caller to initialize the rest.
The inet_frag_alloc() may return NULL, so check the return value before doing the container_of(). This looks ugly, but the xxx_frag_alloc() will be removed soon.
The xxx_expire() timer callbacks are patches, because the argument is now the inet_frag_queue, not the protocol specific queue.
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ip_fragment.c | diff e521db9d790aaa60ae8920e21cb7faedc280fc36 Wed Oct 17 21:45:23 CDT 2007 Pavel Emelyanov <xemul@openvz.org> [INET]: Consolidate xxx_frag_alloc()
Just perform the kzalloc() allocation and setup common fields in the inet_frag_queue(). Then return the result to the caller to initialize the rest.
The inet_frag_alloc() may return NULL, so check the return value before doing the container_of(). This looks ugly, but the xxx_frag_alloc() will be removed soon.
The xxx_expire() timer callbacks are patches, because the argument is now the inet_frag_queue, not the protocol specific queue.
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 e521db9d790aaa60ae8920e21cb7faedc280fc36 Wed Oct 17 21:45:23 CDT 2007 Pavel Emelyanov <xemul@openvz.org> [INET]: Consolidate xxx_frag_alloc()
Just perform the kzalloc() allocation and setup common fields in the inet_frag_queue(). Then return the result to the caller to initialize the rest.
The inet_frag_alloc() may return NULL, so check the return value before doing the container_of(). This looks ugly, but the xxx_frag_alloc() will be removed soon.
The xxx_expire() timer callbacks are patches, because the argument is now the inet_frag_queue, not the protocol specific queue.
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 e521db9d790aaa60ae8920e21cb7faedc280fc36 Wed Oct 17 21:45:23 CDT 2007 Pavel Emelyanov <xemul@openvz.org> [INET]: Consolidate xxx_frag_alloc()
Just perform the kzalloc() allocation and setup common fields in the inet_frag_queue(). Then return the result to the caller to initialize the rest.
The inet_frag_alloc() may return NULL, so check the return value before doing the container_of(). This looks ugly, but the xxx_frag_alloc() will be removed soon.
The xxx_expire() timer callbacks are patches, because the argument is now the inet_frag_queue, not the protocol specific queue.
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|