Searched refs:tlsdev_ops (Results 1 – 7 of 7) sorted by relevance
/linux/net/tls/ |
H A D | tls_device.c | 82 netdev->tlsdev_ops->tls_dev_del(netdev, ctx, TLS_OFFLOAD_CTX_DIR_TX); in tls_device_tx_del_task() 245 err = netdev->tlsdev_ops->tls_dev_resync(netdev, sk, seq, in tls_device_resync_tx() 703 netdev->tlsdev_ops->tls_dev_resync(netdev, sk, seq, rcd_sn, in tls_device_resync_rx() 1153 rc = netdev->tlsdev_ops->tls_dev_add(netdev, sk, TLS_OFFLOAD_CTX_DIR_TX, in tls_set_device_offload() 1234 rc = netdev->tlsdev_ops->tls_dev_add(netdev, sk, TLS_OFFLOAD_CTX_DIR_RX, in tls_set_device_offload_rx() 1274 netdev->tlsdev_ops->tls_dev_del(netdev, tls_ctx, in tls_device_offload_cleanup_rx() 1333 netdev->tlsdev_ops->tls_dev_del(netdev, ctx, in tls_device_down() 1337 netdev->tlsdev_ops->tls_dev_del(netdev, ctx, in tls_device_down() 1376 if (!dev->tlsdev_ops && in tls_dev_event() 1386 !dev->tlsdev_ops->tls_dev_resync) in tls_dev_event() [all …]
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
H A D | ktls.c | 89 static const struct tlsdev_ops mlx5e_ktls_ops = { 129 netdev->tlsdev_ops = &mlx5e_ktls_ops; in mlx5e_ktls_build_netdev()
|
/linux/drivers/net/ethernet/fungible/funeth/ |
H A D | funeth_ktls.c | 126 static const struct tlsdev_ops fun_ktls_ops = { 142 netdev->tlsdev_ops = &fun_ktls_ops; in fun_ktls_init()
|
/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_uld.h | 493 const struct tlsdev_ops *tlsdev_ops; member
|
/linux/drivers/net/ethernet/netronome/nfp/crypto/ |
H A D | tls.c | 465 static const struct tlsdev_ops nfp_net_tls_ops = { 599 netdev->tlsdev_ops = &nfp_net_tls_ops; in nfp_net_tls_init()
|
/linux/Documentation/networking/ |
H A D | tls-offload.rst | 75 :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/include/linux/ |
H A D | netdevice.h | 1039 struct tlsdev_ops; 2234 const struct tlsdev_ops *tlsdev_ops; member
|