Searched refs:sw_ctx_rx (Results 1 – 1 of 1) sorted by relevance
2307 struct tls_sw_context_rx *sw_ctx_rx = NULL; in tls_set_sw_offload() local2336 sw_ctx_rx = kzalloc(sizeof(*sw_ctx_rx), GFP_KERNEL); in tls_set_sw_offload()2337 if (!sw_ctx_rx) { in tls_set_sw_offload()2341 ctx->priv_ctx_rx = sw_ctx_rx; in tls_set_sw_offload()2343 sw_ctx_rx = in tls_set_sw_offload()2358 crypto_init_wait(&sw_ctx_rx->async_wait); in tls_set_sw_offload()2359 spin_lock_init(&sw_ctx_rx->decrypt_compl_lock); in tls_set_sw_offload()2362 skb_queue_head_init(&sw_ctx_rx->rx_list); in tls_set_sw_offload()2363 aead = &sw_ctx_rx->aead_recv; in tls_set_sw_offload()2482 if (sw_ctx_rx) { in tls_set_sw_offload()[all …]