]> git.baikalelectronics.ru Git - kernel.git/commit
net: Rename and export copy_skb_header
authorIlya Lesokhin <ilyal@mellanox.com>
Mon, 30 Apr 2018 07:16:11 +0000 (10:16 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 1 May 2018 13:42:46 +0000 (09:42 -0400)
commit509efa00c8d591c5a987c1330e82ede34556ac9a
treeaae2a254c6441d9a060c4d0a3c99da57346653b0
parent0bf08ec362553051f298107e81a3856ca9d3c8e3
net: Rename and export copy_skb_header

copy_skb_header is renamed to skb_copy_header and
exported. Exposing this function give more flexibility
in copying SKBs.
skb_copy and skb_copy_expand do not give enough control
over which parts are copied.

Signed-off-by: Ilya Lesokhin <ilyal@mellanox.com>
Signed-off-by: Boris Pismenny <borisp@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h
net/core/skbuff.c