Searched refs:open_rec (Results 1 – 2 of 2) sorted by relevance
373 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()889 rec = ctx->open_rec; in bpf_exec_tx_verdict()976 if (ctx->open_rec) in tls_sw_sendmsg()977 rec = ctx->open_rec; in tls_sw_sendmsg()1106 if (ctx->open_rec) in tls_sw_sendmsg()1183 if (ctx->open_rec) in tls_sw_do_sendpage()1184 rec = ctx->open_rec; in tls_sw_do_sendpage()1249 if (ctx->open_rec) in tls_sw_do_sendpage()[all …]
134 struct tls_rec *open_rec; member
Completed in 11 milliseconds