Searched hist:"1 e4b82873af0f21002e37a81ef063d2e5410deb3" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/net/ |
H A D | inet_frag.h | diff 1e4b82873af0f21002e37a81ef063d2e5410deb3 Mon Oct 15 04:39:14 CDT 2007 Pavel Emelyanov <xemul@openvz.org> [INET]: Consolidate the xxx_frag_destroy
To make in possible we need to know the exact frag queue size for inet_frags->mem management and two callbacks:
* to destoy the skb (optional, used in conntracks only) * to free the queue itself (mandatory, but later I plan to move the allocation and the destruction of frag_queues into the common place, so this callback will most likely be optional too).
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 1e4b82873af0f21002e37a81ef063d2e5410deb3 Mon Oct 15 04:39:14 CDT 2007 Pavel Emelyanov <xemul@openvz.org> [INET]: Consolidate the xxx_frag_destroy
To make in possible we need to know the exact frag queue size for inet_frags->mem management and two callbacks:
* to destoy the skb (optional, used in conntracks only) * to free the queue itself (mandatory, but later I plan to move the allocation and the destruction of frag_queues into the common place, so this callback will most likely be optional too).
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | ip_fragment.c | diff 1e4b82873af0f21002e37a81ef063d2e5410deb3 Mon Oct 15 04:39:14 CDT 2007 Pavel Emelyanov <xemul@openvz.org> [INET]: Consolidate the xxx_frag_destroy
To make in possible we need to know the exact frag queue size for inet_frags->mem management and two callbacks:
* to destoy the skb (optional, used in conntracks only) * to free the queue itself (mandatory, but later I plan to move the allocation and the destruction of frag_queues into the common place, so this callback will most likely be optional too).
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 1e4b82873af0f21002e37a81ef063d2e5410deb3 Mon Oct 15 04:39:14 CDT 2007 Pavel Emelyanov <xemul@openvz.org> [INET]: Consolidate the xxx_frag_destroy
To make in possible we need to know the exact frag queue size for inet_frags->mem management and two callbacks:
* to destoy the skb (optional, used in conntracks only) * to free the queue itself (mandatory, but later I plan to move the allocation and the destruction of frag_queues into the common place, so this callback will most likely be optional too).
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 1e4b82873af0f21002e37a81ef063d2e5410deb3 Mon Oct 15 04:39:14 CDT 2007 Pavel Emelyanov <xemul@openvz.org> [INET]: Consolidate the xxx_frag_destroy
To make in possible we need to know the exact frag queue size for inet_frags->mem management and two callbacks:
* to destoy the skb (optional, used in conntracks only) * to free the queue itself (mandatory, but later I plan to move the allocation and the destruction of frag_queues into the common place, so this callback will most likely be optional too).
Signed-off-by: Pavel Emelyanov <xemul@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
|