Lines Matching defs:tls_offload_context_tx
155 struct tls_offload_context_tx { struct
156 struct crypto_aead *aead_send;
157 spinlock_t lock; /* protects records list */
158 struct list_head records_list;
159 struct tls_record_info *open_record;
160 struct tls_record_info *retransmit_hint;
161 u64 hint_record_sn;
162 u64 unacked_record_sn;
164 struct scatterlist sg_tx_data[MAX_SKB_FRAGS];
165 void (*sk_destruct)(struct sock *sk);
166 struct work_struct destruct_work;
167 struct tls_context *ctx;
172 u8 driver_state[TLS_DRIVER_STATE_SIZE_TX] __aligned(8);