Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 16e4edc2 authored by Boris Pismenny's avatar Boris Pismenny Committed by David S. Miller
Browse files

net: Add TLS rx resync NDO



Add new netdev tls op for resynchronizing HW tls context

Signed-off-by: default avatarBoris Pismenny <borisp@mellanox.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 14136564
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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