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