Home
last modified time | relevance | path

Searched refs:open_rec (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/net/tls/
H A Dtls_sw.c312 struct tls_rec *rec = ctx->open_rec; in tls_trim_both_msgs()
403 ctx->open_rec = NULL; in tls_free_open_rec()
601 ctx->open_rec = NULL; in tls_do_encryption()
836 ctx->open_rec = tmp; in tls_push_record()
931 bool reset_eval = !ctx->open_rec; in bpf_exec_tx_verdict()
933 rec = ctx->open_rec; in bpf_exec_tx_verdict()
1047 if (ctx->open_rec) in tls_sw_sendmsg_locked()
1048 rec = ctx->open_rec; in tls_sw_sendmsg_locked()
1193 if (ctx->open_rec) in tls_sw_sendmsg_locked()
1260 if (!ctx->open_rec) in tls_sw_splice_eof()
[all …]
/linux-6.15/include/net/
H A Dtls.h99 struct tls_rec *open_rec; member