Home
last modified time | relevance | path

Searched refs:__tls_driver_ctx (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
H A Dchcr_ktls.h97 priv_ctx = (struct chcr_ktls_ctx_tx *)__tls_driver_ctx(tls_ctx, TLS_OFFLOAD_CTX_DIR_TX); in chcr_get_ktls_tx_info()
106 priv_ctx = __tls_driver_ctx(tls_ctx, TLS_OFFLOAD_CTX_DIR_TX); in chcr_set_ktls_tx_info()
/linux/include/net/
H A Dtls.h429 static inline void *__tls_driver_ctx(struct tls_context *tls_ctx, in __tls_driver_ctx() function
441 return __tls_driver_ctx(tls_get_ctx(sk), direction); in tls_driver_ctx()
/linux/drivers/net/ethernet/fungible/funeth/
H A Dfuneth_ktls.c82 tx_ctx = __tls_driver_ctx(tls_ctx, direction); in fun_ktls_del()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dktls_rx.c233 __tls_driver_ctx(tls_ctx, TLS_OFFLOAD_CTX_DIR_RX); in mlx5e_set_ktls_rx_priv_ctx()
244 __tls_driver_ctx(tls_ctx, TLS_OFFLOAD_CTX_DIR_RX); in mlx5e_get_ktls_rx_priv_ctx()
H A Dktls_tx.c110 __tls_driver_ctx(tls_ctx, TLS_OFFLOAD_CTX_DIR_TX); in mlx5e_set_ktls_tx_priv_ctx()
121 __tls_driver_ctx(tls_ctx, TLS_OFFLOAD_CTX_DIR_TX); in mlx5e_get_ktls_tx_priv_ctx()