projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1413656
)
net: Add TLS rx resync NDO
author
Boris Pismenny
<borisp@mellanox.com>
Fri, 13 Jul 2018 11:33:37 +0000
(14:33 +0300)
committer
David S. Miller
<davem@davemloft.net>
Mon, 16 Jul 2018 07:12:09 +0000
(
00:12
-0700)
Add new netdev tls op for resynchronizing HW tls context
Signed-off-by: Boris Pismenny <borisp@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/netdevice.h
patch
|
blob
|
history
diff --git
a/include/linux/netdevice.h
b/include/linux/netdevice.h
index 4fa7f7a3f8b35c462d7247b15ba4bc9a2af50bb9..3514d67112b3ff938f73e332498aeeed74210efb 100644
(file)
--- a/
include/linux/netdevice.h
+++ b/
include/linux/netdevice.h
@@
-903,6
+903,8
@@
struct tlsdev_ops {
void (*tls_dev_del)(struct net_device *netdev,
struct tls_context *ctx,
enum tls_offload_ctx_dir direction);
+ void (*tls_dev_resync_rx)(struct net_device *netdev,
+ struct sock *sk, u32 seq, u64 rcd_sn);
};
#endif