Lines Matching refs:open_rec
268 struct tls_rec *rec = ctx->open_rec; in tls_trim_both_msgs()
280 struct tls_rec *rec = ctx->open_rec; in tls_alloc_encrypted_msg()
291 struct tls_rec *rec = ctx->open_rec; in tls_clone_plaintext_msg()
353 struct tls_rec *rec = ctx->open_rec; in tls_free_open_rec()
357 ctx->open_rec = NULL; in tls_free_open_rec()
488 struct tls_rec *rec = ctx->open_rec; in tls_do_encryption()
544 ctx->open_rec = NULL; in tls_do_encryption()
673 struct tls_rec *rec = ctx->open_rec, *tmp = NULL; in tls_push_record()
779 ctx->open_rec = tmp; in tls_push_record()
874 bool reset_eval = !ctx->open_rec; in bpf_exec_tx_verdict()
876 rec = ctx->open_rec; in bpf_exec_tx_verdict()
901 struct tls_rec *rec = ctx->open_rec; in tls_sw_push_pending_record()
963 if (ctx->open_rec) in tls_sw_sendmsg()
964 rec = ctx->open_rec; in tls_sw_sendmsg()
966 rec = ctx->open_rec = tls_get_rec(sk); in tls_sw_sendmsg()
1024 else if (ctx->open_rec && ret == -ENOSPC) in tls_sw_sendmsg()
1093 if (ctx->open_rec) in tls_sw_sendmsg()
1098 if (ctx->open_rec && msg_en->sg.size < required_size) in tls_sw_sendmsg()
1170 if (ctx->open_rec) in tls_sw_do_sendpage()
1171 rec = ctx->open_rec; in tls_sw_do_sendpage()
1173 rec = ctx->open_rec = tls_get_rec(sk); in tls_sw_do_sendpage()
1236 if (ctx->open_rec) in tls_sw_do_sendpage()
1241 if (ctx->open_rec) in tls_sw_do_sendpage()