Home
last modified time | relevance | path

Searched refs:tlsdev_ops (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/net/tls/
Dtls_device.c81 netdev->tlsdev_ops->tls_dev_del(netdev, ctx, in tls_device_gc_task()
222 err = netdev->tlsdev_ops->tls_dev_resync(netdev, sk, seq, in tls_device_resync_tx()
654 netdev->tlsdev_ops->tls_dev_resync(netdev, sk, seq, rcd_sn, in tls_device_resync_rx()
1021 rc = netdev->tlsdev_ops->tls_dev_add(netdev, sk, TLS_OFFLOAD_CTX_DIR_TX, in tls_set_device_offload()
1104 rc = netdev->tlsdev_ops->tls_dev_add(netdev, sk, TLS_OFFLOAD_CTX_DIR_RX, in tls_set_device_offload_rx()
1140 netdev->tlsdev_ops->tls_dev_del(netdev, tls_ctx, in tls_device_offload_cleanup_rx()
1173 netdev->tlsdev_ops->tls_dev_del(netdev, ctx, in tls_device_down()
1176 netdev->tlsdev_ops->tls_dev_del(netdev, ctx, in tls_device_down()
1201 if (!dev->tlsdev_ops && in tls_dev_event()
1209 !dev->tlsdev_ops->tls_dev_resync) in tls_dev_event()
[all …]
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls.c77 static const struct tlsdev_ops mlx5e_ktls_ops = {
92 netdev->tlsdev_ops = &mlx5e_ktls_ops; in mlx5e_ktls_build_netdev()
Dtls.c184 static const struct tlsdev_ops mlx5e_tls_ops = {
219 netdev->tlsdev_ops = &mlx5e_tls_ops; in mlx5e_tls_build_netdev()
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/crypto/
Dtls.c459 static const struct tlsdev_ops nfp_net_tls_ops = {
519 netdev->tlsdev_ops = &nfp_net_tls_ops; in nfp_net_tls_init()
/Linux-v5.4/Documentation/networking/
Dtls-offload.rst75 :c:type:`struct tlsdev_ops <tlsdev_ops>`
76 pointer in the :c:member:`tlsdev_ops` member of the
87 :c:type:`struct tlsdev_ops <tlsdev_ops>`:
/Linux-v5.4/include/net/
Dtls.h297 struct tlsdev_ops { struct
/Linux-v5.4/include/linux/
Dnetdevice.h926 struct tlsdev_ops;
1853 const struct tlsdev_ops *tlsdev_ops; member