]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
net: Export skb_headers_offset_update
authorToshiaki Makita <makita.toshiaki@lab.ntt.co.jp>
Fri, 3 Aug 2018 07:58:09 +0000 (16:58 +0900)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 10 Aug 2018 14:12:20 +0000 (16:12 +0200)
commitb0768a86585d4d951a30ff565f19598dbbd67897
tree2a64c4967128d169a232102794226c5e7c41de1f
parentc4c20217542469b9caf7f700ac9a2eeb32cb3742
net: Export skb_headers_offset_update

This is needed for veth XDP which does skb_copy_expand()-like operation.

v2:
- Drop skb_copy_header part because it has already been exported now.

Signed-off-by: Toshiaki Makita <makita.toshiaki@lab.ntt.co.jp>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
include/linux/skbuff.h
net/core/skbuff.c