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