Lines Matching refs:tls_rec

284 	struct tls_rec *rec = ctx->open_rec;  in tls_trim_both_msgs()
296 struct tls_rec *rec = ctx->open_rec; in tls_alloc_encrypted_msg()
307 struct tls_rec *rec = ctx->open_rec; in tls_clone_plaintext_msg()
326 static struct tls_rec *tls_get_rec(struct sock *sk) in tls_get_rec()
332 struct tls_rec *rec; in tls_get_rec()
335 mem_size = sizeof(struct tls_rec) + crypto_aead_reqsize(ctx->aead_send); in tls_get_rec()
358 static void tls_free_rec(struct sock *sk, struct tls_rec *rec) in tls_free_rec()
369 struct tls_rec *rec = ctx->open_rec; in tls_free_open_rec()
381 struct tls_rec *rec, *tmp; in tls_tx_records()
387 struct tls_rec, list); in tls_tx_records()
445 struct tls_rec *rec; in tls_encrypt_done()
449 rec = container_of(aead_req, struct tls_rec, aead_req); in tls_encrypt_done()
470 struct tls_rec *first_rec; in tls_encrypt_done()
477 struct tls_rec, list); in tls_encrypt_done()
504 struct tls_rec *rec = ctx->open_rec; in tls_do_encryption()
558 static int tls_split_open_record(struct sock *sk, struct tls_rec *from, in tls_split_open_record()
559 struct tls_rec **to, struct sk_msg *msg_opl, in tls_split_open_record()
568 struct tls_rec *new; in tls_split_open_record()
643 static void tls_merge_open_record(struct sock *sk, struct tls_rec *to, in tls_merge_open_record()
644 struct tls_rec *from, u32 orig_end) in tls_merge_open_record()
682 struct tls_rec *rec = ctx->open_rec, *tmp = NULL; in tls_push_record()
803 struct tls_rec *rec; in bpf_exec_tx_verdict()
908 struct tls_rec *rec = ctx->open_rec; in tls_sw_push_pending_record()
937 struct tls_rec *rec; in tls_sw_sendmsg()
1157 struct tls_rec *rec; in tls_sw_do_sendpage()
2160 struct tls_rec *rec, *tmp; in tls_sw_release_resources_tx()
2180 struct tls_rec, list); in tls_sw_release_resources_tx()