Home
last modified time | relevance | path

Searched refs:tls_offload_context_tx (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/net/tls/
Dtls_device.c71 struct tls_offload_context_tx *offload_ctx = in tls_device_tx_del_task()
72 container_of(work, struct tls_offload_context_tx, destruct_work); in tls_device_tx_del_task()
110 struct tls_offload_context_tx *offload_ctx = tls_offload_ctx_tx(ctx); in tls_device_queue_ctx_destruction()
148 static void delete_all_records(struct tls_offload_context_tx *offload_ctx) in delete_all_records()
164 struct tls_offload_context_tx *ctx; in tls_icsk_clean_acked()
198 struct tls_offload_context_tx *ctx = tls_offload_ctx_tx(tls_ctx); in tls_device_sk_destruct()
279 struct tls_offload_context_tx *offload_ctx, in tls_push_record()
340 static int tls_create_new_record(struct tls_offload_context_tx *offload_ctx, in tls_create_new_record()
365 struct tls_offload_context_tx *offload_ctx, in tls_do_allocation()
425 struct tls_offload_context_tx *ctx = tls_offload_ctx_tx(tls_ctx); in tls_push_data()
[all …]
Dtls_device_fallback.c237 struct tls_offload_context_tx *ctx, in fill_sg_in()
323 struct tls_offload_context_tx *ctx = tls_offload_ctx_tx(tls_ctx); in tls_enc_skb()
387 struct tls_offload_context_tx *ctx = tls_offload_ctx_tx(tls_ctx); in tls_sw_fallback()
459 struct tls_offload_context_tx *offload_ctx, in tls_sw_fallback_init()
Dtls.h181 struct tls_offload_context_tx *offload_ctx,
/linux-6.12.1/include/net/
Dtls.h150 struct tls_offload_context_tx { struct
330 struct tls_record_info *tls_get_record(struct tls_offload_context_tx *context,
385 static inline struct tls_offload_context_tx *
388 return (struct tls_offload_context_tx *)tls_ctx->priv_ctx_tx; in tls_offload_ctx_tx()
/linux-6.12.1/drivers/net/ethernet/chelsio/inline_crypto/ch_ktls/
Dchcr_ktls.h82 __chcr_get_ktls_tx_info(struct tls_offload_context_tx *octx) in __chcr_get_ktls_tx_info()
Dchcr_ktls.c646 struct tls_offload_context_tx *tx_ctx; in chcr_ktls_cpl_act_open_rpl()
1923 struct tls_offload_context_tx *tx_ctx; in chcr_ktls_xmit()
2184 struct tls_offload_context_tx *tx_ctx; in ch_ktls_reset_all_conn()
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dktls_tx.c98 struct tls_offload_context_tx *tx_ctx;
625 struct tls_offload_context_tx *tx_ctx = priv_tx->tx_ctx; in tx_sync_info_get()