Searched defs:tls_offload_context_tx (Results 1 – 1 of 1) sorted by relevance
149 struct tls_offload_context_tx { struct150 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);[all …]