Searched defs:tls_sw_context_rx (Results 1 – 2 of 2) sorted by relevance
121 struct tls_sw_context_rx { struct122 struct crypto_aead *aead_recv;123 struct crypto_wait async_wait;124 struct sk_buff_head rx_list; /* list of decrypted 'data' records */125 void (*saved_data_ready)(struct sock *sk);127 u8 reader_present;128 u8 async_capable:1;129 u8 zc_capable:1;130 u8 reader_contended:1;132 struct tls_strparser strp;[all …]
148 struct tls_sw_context_rx { struct149 struct crypto_aead *aead_recv;150 struct crypto_wait async_wait;151 struct strparser strp;152 struct sk_buff_head rx_list; /* list of decrypted 'data' records */153 void (*saved_data_ready)(struct sock *sk);155 struct sk_buff *recv_pkt;156 u8 control;157 u8 async_capable:1;158 u8 decrypted:1;[all …]