Skip to content
Commit 39fba783 authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller
Browse files

kaweth: use skb_cow_head() to deal with cloned skbs



We can use skb_cow_head() to properly deal with clones,
especially the ones coming from TCP stack that allow their head being
modified. This avoids a copy.

Signed-off-by: default avatarEric Dumazet <edumazet@google.com>
Cc: James Hughes <james.hughes@raspberrypi.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 6bc6895b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment