Home
last modified time | relevance | path

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

/linux/net/tls/
H A Dtls_device.c82 netdev->tlsdev_ops->tls_dev_del(netdev, ctx, TLS_OFFLOAD_CTX_DIR_TX); in tls_device_tx_del_task()
247 err = netdev->tlsdev_ops->tls_dev_resync(netdev, sk, seq, in tls_device_resync_tx()
706 netdev->tlsdev_ops->tls_dev_resync(netdev, sk, seq, rcd_sn, in tls_device_resync_rx()
1158 rc = netdev->tlsdev_ops->tls_dev_add(netdev, sk, TLS_OFFLOAD_CTX_DIR_TX, in tls_set_device_offload()
1239 rc = netdev->tlsdev_ops->tls_dev_add(netdev, sk, TLS_OFFLOAD_CTX_DIR_RX, in tls_set_device_offload_rx()
1279 netdev->tlsdev_ops->tls_dev_del(netdev, tls_ctx, in tls_device_offload_cleanup_rx()
1338 netdev->tlsdev_ops->tls_dev_del(netdev, ctx, in tls_device_down()
1342 netdev->tlsdev_ops->tls_dev_del(netdev, ctx, in tls_device_down()
1381 if (!dev->tlsdev_ops && in tls_dev_event()
1391 !dev->tlsdev_ops->tls_dev_resync) in tls_dev_event()
[all …]
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ktls.c126 static const struct tlsdev_ops fun_ktls_ops = {
142 netdev->tlsdev_ops = &fun_ktls_ops; in fun_ktls_init()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls.c89 static const struct tlsdev_ops mlx5e_ktls_ops = {
129 netdev->tlsdev_ops = &mlx5e_ktls_ops; in mlx5e_ktls_build_netdev()
/linux/Documentation/networking/net_cachelines/
H A Dnet_device.rst60 struct tlsdev_ops* tlsdev_ops
/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h493 const struct tlsdev_ops *tlsdev_ops; member
H A Dcxgb4_main.c6392 if (!adap->uld[CXGB4_ULD_KTLS].tlsdev_ops) { in chcr_offload_state()
6442 ret = adap->uld[CXGB4_ULD_KTLS].tlsdev_ops->tls_dev_add(netdev, sk, in cxgb4_ktls_dev_add()
6465 adap->uld[CXGB4_ULD_KTLS].tlsdev_ops->tls_dev_del(netdev, tls_ctx, in cxgb4_ktls_dev_del()
6473 static const struct tlsdev_ops cxgb4_ktls_ops = {
6810 netdev->tlsdev_ops = &cxgb4_ktls_ops; in init_one()
/linux/include/net/
H A Dtls.h275 struct tlsdev_ops { struct
/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.c2132 static const struct tlsdev_ops chcr_ktls_ops = {
2237 .tlsdev_ops = &chcr_ktls_ops,
/linux/include/linux/
H A Dnetdevice.h1058 struct tlsdev_ops;
2258 const struct tlsdev_ops *tlsdev_ops; member