Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/tls/
A Dtls_sw.c369 ctx->open_rec = NULL; in tls_free_open_rec()
559 ctx->open_rec = NULL; in tls_do_encryption()
794 ctx->open_rec = tmp; in tls_push_record()
891 rec = ctx->open_rec; in bpf_exec_tx_verdict()
980 if (ctx->open_rec) in tls_sw_sendmsg()
981 rec = ctx->open_rec; in tls_sw_sendmsg()
1110 if (ctx->open_rec) in tls_sw_sendmsg()
1187 if (ctx->open_rec) in tls_sw_do_sendpage()
1188 rec = ctx->open_rec; in tls_sw_do_sendpage()
1253 if (ctx->open_rec) in tls_sw_do_sendpage()
[all …]
/linux-6.3-rc2/include/net/
A Dtls.h108 struct tls_rec *open_rec; member

Completed in 9 milliseconds