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