Searched refs:tls_offload_ctx_tx (Results 1 – 4 of 4) sorted by relevance
67 return container_of(tls_offload_ctx_tx(tls_ctx), in mlx5e_get_tls_tx_context()
56 kfree(tls_offload_ctx_tx(ctx)); in tls_device_free_ctx()171 ctx = tls_offload_ctx_tx(tls_ctx); in tls_icsk_clean_acked()202 struct tls_offload_context_tx *ctx = tls_offload_ctx_tx(tls_ctx); in tls_device_sk_destruct()349 struct tls_offload_context_tx *ctx = tls_offload_ctx_tx(tls_ctx); in tls_push_data()
302 struct tls_offload_context_tx *ctx = tls_offload_ctx_tx(tls_ctx); in tls_enc_skb()364 struct tls_offload_context_tx *ctx = tls_offload_ctx_tx(tls_ctx); in tls_sw_fallback()
413 tls_offload_ctx_tx(const struct tls_context *tls_ctx) in tls_offload_ctx_tx() function