Lines Matching refs:open_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()
369 struct tls_rec *rec = ctx->open_rec; in tls_free_open_rec()
373 ctx->open_rec = NULL; in tls_free_open_rec()
504 struct tls_rec *rec = ctx->open_rec; in tls_do_encryption()
553 ctx->open_rec = NULL; in tls_do_encryption()
682 struct tls_rec *rec = ctx->open_rec, *tmp = NULL; in tls_push_record()
789 ctx->open_rec = tmp; in tls_push_record()
882 bool reset_eval = !ctx->open_rec; in bpf_exec_tx_verdict()
884 rec = ctx->open_rec; in bpf_exec_tx_verdict()
909 struct tls_rec *rec = ctx->open_rec; in tls_sw_push_pending_record()
971 if (ctx->open_rec) in tls_sw_sendmsg()
972 rec = ctx->open_rec; in tls_sw_sendmsg()
974 rec = ctx->open_rec = tls_get_rec(sk); in tls_sw_sendmsg()
1032 else if (ctx->open_rec && ret == -ENOSPC) in tls_sw_sendmsg()
1101 if (ctx->open_rec) in tls_sw_sendmsg()
1106 if (ctx->open_rec && msg_en->sg.size < required_size) in tls_sw_sendmsg()
1178 if (ctx->open_rec) in tls_sw_do_sendpage()
1179 rec = ctx->open_rec; in tls_sw_do_sendpage()
1181 rec = ctx->open_rec = tls_get_rec(sk); in tls_sw_do_sendpage()
1244 if (ctx->open_rec) in tls_sw_do_sendpage()
1249 if (ctx->open_rec) in tls_sw_do_sendpage()