Lines Matching refs:tls_rec

312 	struct tls_rec *rec = ctx->open_rec;  in tls_trim_both_msgs()
324 struct tls_rec *rec = ctx->open_rec; in tls_alloc_encrypted_msg()
335 struct tls_rec *rec = ctx->open_rec; in tls_clone_plaintext_msg()
354 static struct tls_rec *tls_get_rec(struct sock *sk) in tls_get_rec()
360 struct tls_rec *rec; in tls_get_rec()
363 mem_size = sizeof(struct tls_rec) + crypto_aead_reqsize(ctx->aead_send); in tls_get_rec()
388 static void tls_free_rec(struct sock *sk, struct tls_rec *rec) in tls_free_rec()
399 struct tls_rec *rec = ctx->open_rec; in tls_free_open_rec()
411 struct tls_rec *rec, *tmp; in tls_tx_records()
417 struct tls_rec, list); in tls_tx_records()
471 struct tls_rec *rec = data; in tls_encrypt_done()
504 struct tls_rec *first_rec; in tls_encrypt_done()
511 struct tls_rec, list); in tls_encrypt_done()
540 struct tls_rec *rec = ctx->open_rec; in tls_do_encryption()
606 static int tls_split_open_record(struct sock *sk, struct tls_rec *from, in tls_split_open_record()
607 struct tls_rec **to, struct sk_msg *msg_opl, in tls_split_open_record()
616 struct tls_rec *new; in tls_split_open_record()
691 static void tls_merge_open_record(struct sock *sk, struct tls_rec *to, in tls_merge_open_record()
692 struct tls_rec *from, u32 orig_end) in tls_merge_open_record()
730 struct tls_rec *rec = ctx->open_rec, *tmp = NULL; in tls_push_record()
851 struct tls_rec *rec; in bpf_exec_tx_verdict()
958 struct tls_rec *rec = ctx->open_rec; in tls_sw_push_pending_record()
1019 struct tls_rec *rec; in tls_sw_sendmsg_locked()
1254 struct tls_rec *rec; in tls_sw_splice_eof()
2462 struct tls_rec *rec, *tmp; in tls_sw_release_resources_tx()
2475 struct tls_rec, list); in tls_sw_release_resources_tx()
2581 struct tls_rec *rec; in tls_is_tx_ready()
2583 rec = list_first_entry_or_null(&ctx->tx_list, struct tls_rec, list); in tls_is_tx_ready()