Searched refs:tlsdev_ops (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/net/tls/ |
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() 249 err = netdev->tlsdev_ops->tls_dev_resync(netdev, sk, seq, in tls_device_resync_tx() 732 netdev->tlsdev_ops->tls_dev_resync(netdev, sk, seq, rcd_sn, in tls_device_resync_rx() 1340 netdev->tlsdev_ops->tls_dev_del(netdev, tls_ctx, in tls_device_offload_cleanup_rx() 1399 netdev->tlsdev_ops->tls_dev_del(netdev, ctx, in tls_device_down() 1403 netdev->tlsdev_ops->tls_dev_del(netdev, ctx, in tls_device_down() 1442 if (!dev->tlsdev_ops && in tls_dev_event() 1452 !dev->tlsdev_ops->tls_dev_resync) in tls_dev_event() 1455 if (dev->tlsdev_ops && in tls_dev_event() 1456 dev->tlsdev_ops->tls_dev_add && in tls_dev_event() [all …]
|
/linux-6.3-rc2/drivers/net/ethernet/fungible/funeth/ |
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-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en_accel/ |
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-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/ |
A D | cxgb4_uld.h | 493 const struct tlsdev_ops *tlsdev_ops; member
|
A D | cxgb4_main.c | 6404 if (!adap->uld[CXGB4_ULD_KTLS].tlsdev_ops) { in chcr_offload_state() 6454 ret = adap->uld[CXGB4_ULD_KTLS].tlsdev_ops->tls_dev_add(netdev, sk, in cxgb4_ktls_dev_add() 6477 adap->uld[CXGB4_ULD_KTLS].tlsdev_ops->tls_dev_del(netdev, tls_ctx, in cxgb4_ktls_dev_del() 6485 static const struct tlsdev_ops cxgb4_ktls_ops = { 6839 netdev->tlsdev_ops = &cxgb4_ktls_ops; in init_one()
|
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/crypto/ |
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-6.3-rc2/Documentation/networking/ |
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-6.3-rc2/include/net/ |
A D | tls.h | 286 struct tlsdev_ops { struct
|
/linux-6.3-rc2/include/linux/ |
A D | netdevice.h | 1059 struct tlsdev_ops; 2122 const struct tlsdev_ops *tlsdev_ops; member
|
/linux-6.3-rc2/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/ |
A D | chcr_ktls.c | 2136 static const struct tlsdev_ops chcr_ktls_ops = { 2241 .tlsdev_ops = &chcr_ktls_ops,
|
Completed in 40 milliseconds