OSDN Git Service

net: Add decrypted field to skb
authorBoris Pismenny <borisp@mellanox.com>
Fri, 13 Jul 2018 11:33:35 +0000 (14:33 +0300)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Jul 2018 07:12:09 +0000 (00:12 -0700)
commit784abe24c903b093af04cf1a043140faa556cad7
treebeb53a336699d11a6d12853e096de0842c0b5241
parentcc98419a572ccf625bbf6e6fdb8d5ce31f2a9470
net: Add decrypted field to skb

The decrypted bit is propogated to cloned/copied skbs.
This will be used later by the inline crypto receive side offload
of tls.

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