Searched refs:open_rec (Results 1 – 2 of 2) sorted by relevance
369 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 …]
108 struct tls_rec *open_rec; member
Completed in 13 milliseconds