Searched refs:sw_ctx_rx (Results 1 – 1 of 1) sorted by relevance
2300 struct tls_sw_context_rx *sw_ctx_rx = NULL; in tls_set_sw_offload() local2329 sw_ctx_rx = kzalloc(sizeof(*sw_ctx_rx), GFP_KERNEL); in tls_set_sw_offload()2330 if (!sw_ctx_rx) { in tls_set_sw_offload()2334 ctx->priv_ctx_rx = sw_ctx_rx; in tls_set_sw_offload()2336 sw_ctx_rx = in tls_set_sw_offload()2351 crypto_init_wait(&sw_ctx_rx->async_wait); in tls_set_sw_offload()2352 spin_lock_init(&sw_ctx_rx->decrypt_compl_lock); in tls_set_sw_offload()2355 skb_queue_head_init(&sw_ctx_rx->rx_list); in tls_set_sw_offload()2356 aead = &sw_ctx_rx->aead_recv; in tls_set_sw_offload()2475 if (sw_ctx_rx) { in tls_set_sw_offload()[all …]