Lines Matching refs:tls_rec

274 	struct tls_rec *rec = ctx->open_rec;  in tls_trim_both_msgs()
286 struct tls_rec *rec = ctx->open_rec; in tls_alloc_encrypted_msg()
297 struct tls_rec *rec = ctx->open_rec; in tls_clone_plaintext_msg()
316 static struct tls_rec *tls_get_rec(struct sock *sk) in tls_get_rec()
322 struct tls_rec *rec; in tls_get_rec()
325 mem_size = sizeof(struct tls_rec) + crypto_aead_reqsize(ctx->aead_send); in tls_get_rec()
348 static void tls_free_rec(struct sock *sk, struct tls_rec *rec) in tls_free_rec()
359 struct tls_rec *rec = ctx->open_rec; in tls_free_open_rec()
371 struct tls_rec *rec, *tmp; in tls_tx_records()
377 struct tls_rec, list); in tls_tx_records()
435 struct tls_rec *rec; in tls_encrypt_done()
439 rec = container_of(aead_req, struct tls_rec, aead_req); in tls_encrypt_done()
460 struct tls_rec *first_rec; in tls_encrypt_done()
467 struct tls_rec, list); in tls_encrypt_done()
494 struct tls_rec *rec = ctx->open_rec; in tls_do_encryption()
548 static int tls_split_open_record(struct sock *sk, struct tls_rec *from, in tls_split_open_record()
549 struct tls_rec **to, struct sk_msg *msg_opl, in tls_split_open_record()
558 struct tls_rec *new; in tls_split_open_record()
633 static void tls_merge_open_record(struct sock *sk, struct tls_rec *to, in tls_merge_open_record()
634 struct tls_rec *from, u32 orig_end) in tls_merge_open_record()
672 struct tls_rec *rec = ctx->open_rec, *tmp = NULL; in tls_push_record()
794 struct tls_rec *rec; in bpf_exec_tx_verdict()
899 struct tls_rec *rec = ctx->open_rec; in tls_sw_push_pending_record()
928 struct tls_rec *rec; in tls_sw_sendmsg()
1148 struct tls_rec *rec; in tls_sw_do_sendpage()
2151 struct tls_rec *rec, *tmp; in tls_sw_release_resources_tx()
2171 struct tls_rec, list); in tls_sw_release_resources_tx()