Home
last modified time | relevance | path

Searched refs:tls_dev_del (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/tls/
Dtls_device.c78 netdev->tlsdev_ops->tls_dev_del(netdev, ctx, in tls_device_gc_task()
903 netdev->tlsdev_ops->tls_dev_del(netdev, tls_ctx, in tls_device_offload_cleanup_rx()
938 netdev->tlsdev_ops->tls_dev_del(netdev, ctx, in tls_device_down()
941 netdev->tlsdev_ops->tls_dev_del(netdev, ctx, in tls_device_down()
975 dev->tlsdev_ops->tls_dev_del) in tls_dev_event()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dtls.c180 .tls_dev_del = mlx5e_tls_del,
/Linux-v4.19/include/linux/
Dnetdevice.h908 void (*tls_dev_del)(struct net_device *netdev, member