Searched refs:open_record (Results 1 – 2 of 2) sorted by relevance
205 if (ctx->open_record) in tls_device_sk_destruct()206 destroy_record(ctx->open_record); in tls_device_sk_destruct()292 offload_ctx->open_record = NULL; in tls_push_record()362 offload_ctx->open_record = record; in tls_create_new_record()373 if (!offload_ctx->open_record) { in tls_do_allocation()474 record = ctx->open_record; in tls_push_data()485 ctx->open_record = NULL; in tls_push_data()493 record = ctx->open_record; in tls_push_data()
159 struct tls_record_info *open_record; member