Searched hist:e433430a0ca9cc1b851a83ac3b305e955b64880a (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/xfrm/ |
H A D | xfrm_output.c | diff e433430a0ca9cc1b851a83ac3b305e955b64880a Tue Mar 15 16:09:32 CDT 2011 Steffen Klassert <steffen.klassert@secunet.com> dst: Clone child entry in skb_dst_pop
We clone the child entry in skb_dst_pop before we call skb_dst_drop(). Otherwise we might kill the child right before we return it to the caller.
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/include/net/ |
H A D | dst.h | diff e433430a0ca9cc1b851a83ac3b305e955b64880a Tue Mar 15 16:09:32 CDT 2011 Steffen Klassert <steffen.klassert@secunet.com> dst: Clone child entry in skb_dst_pop
We clone the child entry in skb_dst_pop before we call skb_dst_drop(). Otherwise we might kill the child right before we return it to the caller.
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|