commit | 8b3c59a7a0bed6fe365755ac211dcf94fdac81b4 | [log] [tgz] |
---|---|---|
author | Jakub Kicinski <kuba@kernel.org> | Fri Jul 22 16:50:32 2022 -0700 |
committer | Jakub Kicinski <kuba@kernel.org> | Tue Jul 26 14:38:51 2022 -0700 |
tree | 2bca7e181b055cafad8f87c47d68784dc8ab87e8 | |
parent | 3f92a64e44e5823a975cbf2c9f05ab1893fd4cb7 [diff] |
tls: rx: device: add input CoW helper Wrap the remaining skb_cow_data() into a helper, so it's easier to replace down the lane. The new version will change the skb so make sure relevant pointers get reloaded after the call. Signed-off-by: Jakub Kicinski <kuba@kernel.org>