Add new netdev tls op for resynchornizing HW tls context Signed-off-by: Boris Pismenny <bor...@mellanox.com> --- include/linux/netdevice.h | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h index 03ed492..ef7dcf6 100644 --- a/include/linux/netdevice.h +++ b/include/linux/netdevice.h @@ -882,6 +882,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 -- 1.8.3.1