Home
last modified time | relevance | path

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

/net/tls/
Dtls_sw.c2314 struct tls_sw_context_rx *sw_ctx_rx = NULL; in tls_set_sw_offload() local
2343 sw_ctx_rx = kzalloc(sizeof(*sw_ctx_rx), GFP_KERNEL); in tls_set_sw_offload()
2344 if (!sw_ctx_rx) { in tls_set_sw_offload()
2348 ctx->priv_ctx_rx = sw_ctx_rx; in tls_set_sw_offload()
2350 sw_ctx_rx = in tls_set_sw_offload()
2365 crypto_init_wait(&sw_ctx_rx->async_wait); in tls_set_sw_offload()
2366 spin_lock_init(&sw_ctx_rx->decrypt_compl_lock); in tls_set_sw_offload()
2369 skb_queue_head_init(&sw_ctx_rx->rx_list); in tls_set_sw_offload()
2370 aead = &sw_ctx_rx->aead_recv; in tls_set_sw_offload()
2504 if (sw_ctx_rx) { in tls_set_sw_offload()
[all …]