Home
last modified time | relevance | path

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

/Linux-v6.6/net/tls/
Dtls_device.c84 netdev->tlsdev_ops->tls_dev_del(netdev, ctx, TLS_OFFLOAD_CTX_DIR_TX); in tls_device_tx_del_task()
251 err = netdev->tlsdev_ops->tls_dev_resync(netdev, sk, seq, in tls_device_resync_tx()
709 netdev->tlsdev_ops->tls_dev_resync(netdev, sk, seq, rcd_sn, in tls_device_resync_rx()
1172 rc = netdev->tlsdev_ops->tls_dev_add(netdev, sk, TLS_OFFLOAD_CTX_DIR_TX, in tls_set_device_offload()
1257 rc = netdev->tlsdev_ops->tls_dev_add(netdev, sk, TLS_OFFLOAD_CTX_DIR_RX, in tls_set_device_offload_rx()
1297 netdev->tlsdev_ops->tls_dev_del(netdev, tls_ctx, in tls_device_offload_cleanup_rx()
1356 netdev->tlsdev_ops->tls_dev_del(netdev, ctx, in tls_device_down()
1360 netdev->tlsdev_ops->tls_dev_del(netdev, ctx, in tls_device_down()
1399 if (!dev->tlsdev_ops && in tls_dev_event()
1409 !dev->tlsdev_ops->tls_dev_resync) in tls_dev_event()
[all …]
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls.c89 static const struct tlsdev_ops mlx5e_ktls_ops = {
129 netdev->tlsdev_ops = &mlx5e_ktls_ops; in mlx5e_ktls_build_netdev()
/Linux-v6.6/drivers/net/ethernet/fungible/funeth/
Dfuneth_ktls.c126 static const struct tlsdev_ops fun_ktls_ops = {
142 netdev->tlsdev_ops = &fun_ktls_ops; in fun_ktls_init()
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_uld.h493 const struct tlsdev_ops *tlsdev_ops; member
Dcxgb4_main.c6403 if (!adap->uld[CXGB4_ULD_KTLS].tlsdev_ops) { in chcr_offload_state()
6453 ret = adap->uld[CXGB4_ULD_KTLS].tlsdev_ops->tls_dev_add(netdev, sk, in cxgb4_ktls_dev_add()
6476 adap->uld[CXGB4_ULD_KTLS].tlsdev_ops->tls_dev_del(netdev, tls_ctx, in cxgb4_ktls_dev_del()
6484 static const struct tlsdev_ops cxgb4_ktls_ops = {
6837 netdev->tlsdev_ops = &cxgb4_ktls_ops; in init_one()
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/crypto/
Dtls.c465 static const struct tlsdev_ops nfp_net_tls_ops = {
599 netdev->tlsdev_ops = &nfp_net_tls_ops; in nfp_net_tls_init()
/Linux-v6.6/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-v6.6/include/net/
Dtls.h275 struct tlsdev_ops { struct
/Linux-v6.6/include/linux/
Dnetdevice.h1050 struct tlsdev_ops;
2148 const struct tlsdev_ops *tlsdev_ops; member
/Linux-v6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
Dchcr_ktls.c2136 static const struct tlsdev_ops chcr_ktls_ops = {
2241 .tlsdev_ops = &chcr_ktls_ops,