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