Searched defs:tls_sw_context_rx (Results 1 – 1 of 1) sorted by relevance
123 struct tls_sw_context_rx { struct124 struct crypto_aead *aead_recv;125 struct crypto_wait async_wait;129 u8 reader_present;130 u8 async_capable:1;131 u8 zc_capable:1;132 u8 reader_contended:1;134 struct tls_strparser strp;136 atomic_t decrypt_pending;137 struct sk_buff_head async_hold;[all …]
Completed in 7 milliseconds