commit | d0bf4a9e92b9a93ffeeacbd7b6cb83e0ee3dc2ef | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Mon Sep 29 13:29:15 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Oct 01 16:34:25 2014 -0400 |
tree | 1ba29128caa07307632b6219c1692308ec89983a | |
parent | b248230c34970a6c1c17c591d63b464e8d2cfc33 [diff] |
net: cleanup and document skb fclone layout Lets use a proper structure to clearly document and implement skb fast clones. Then, we might experiment more easily alternative layouts. This patch adds a new skb_fclone_busy() helper, used by tcp and xfrm, to stop leaking of implementation details. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>