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