Searched refs:tlsdev_ops (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.15/net/tls/ |
D | tls_device.c | 84 netdev->tlsdev_ops->tls_dev_del(netdev, ctx, in tls_device_gc_task() 236 err = netdev->tlsdev_ops->tls_dev_resync(netdev, sk, seq, in tls_device_resync_tx() 688 netdev->tlsdev_ops->tls_dev_resync(netdev, sk, seq, rcd_sn, in tls_device_resync_rx() 1148 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() 1273 netdev->tlsdev_ops->tls_dev_del(netdev, tls_ctx, in tls_device_offload_cleanup_rx() 1328 netdev->tlsdev_ops->tls_dev_del(netdev, ctx, in tls_device_down() 1332 netdev->tlsdev_ops->tls_dev_del(netdev, ctx, in tls_device_down() 1363 if (!dev->tlsdev_ops && in tls_dev_event() 1373 !dev->tlsdev_ops->tls_dev_resync) in tls_dev_event() [all …]
|
/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
D | ktls.c | 51 static const struct tlsdev_ops mlx5e_ktls_ops = { 73 netdev->tlsdev_ops = &mlx5e_ktls_ops; in mlx5e_ktls_build_netdev()
|
D | tls.c | 184 static const struct tlsdev_ops mlx5e_tls_ops = { 220 netdev->tlsdev_ops = &mlx5e_tls_ops; in mlx5e_tls_build_netdev()
|
/Linux-v5.15/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_uld.h | 493 const struct tlsdev_ops *tlsdev_ops; member
|
D | cxgb4_main.c | 6409 if (!adap->uld[CXGB4_ULD_KTLS].tlsdev_ops) { in chcr_offload_state() 6459 ret = adap->uld[CXGB4_ULD_KTLS].tlsdev_ops->tls_dev_add(netdev, sk, in cxgb4_ktls_dev_add() 6482 adap->uld[CXGB4_ULD_KTLS].tlsdev_ops->tls_dev_del(netdev, tls_ctx, in cxgb4_ktls_dev_del() 6490 static const struct tlsdev_ops cxgb4_ktls_ops = { 6851 netdev->tlsdev_ops = &cxgb4_ktls_ops; in init_one()
|
/Linux-v5.15/drivers/net/ethernet/netronome/nfp/crypto/ |
D | tls.c | 465 static const struct tlsdev_ops nfp_net_tls_ops = { 598 netdev->tlsdev_ops = &nfp_net_tls_ops; in nfp_net_tls_init()
|
/Linux-v5.15/Documentation/networking/ |
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-v5.15/include/net/ |
D | tls.h | 288 struct tlsdev_ops { struct
|
/Linux-v5.15/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
D | chcr_ktls.c | 2132 static const struct tlsdev_ops chcr_ktls_ops = { 2237 .tlsdev_ops = &chcr_ktls_ops,
|
/Linux-v5.15/include/linux/ |
D | netdevice.h | 1000 struct tlsdev_ops; 2041 const struct tlsdev_ops *tlsdev_ops; member
|