mirror of https://gitee.com/openkylin/linux.git
net: Add TLS rx resync NDO
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>
This commit is contained in:
parent
14136564c8
commit
16e4edc297
|
@ -903,6 +903,8 @@ struct tlsdev_ops {
|
||||||
void (*tls_dev_del)(struct net_device *netdev,
|
void (*tls_dev_del)(struct net_device *netdev,
|
||||||
struct tls_context *ctx,
|
struct tls_context *ctx,
|
||||||
enum tls_offload_ctx_dir direction);
|
enum tls_offload_ctx_dir direction);
|
||||||
|
void (*tls_dev_resync_rx)(struct net_device *netdev,
|
||||||
|
struct sock *sk, u32 seq, u64 rcd_sn);
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue