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()296 offload_ctx->open_record = NULL; in tls_push_record()366 offload_ctx->open_record = record; in tls_create_new_record()377 if (!offload_ctx->open_record) { in tls_do_allocation()477 record = ctx->open_record; in tls_push_data()488 ctx->open_record = NULL; in tls_push_data()496 record = ctx->open_record; in tls_push_data()
152 struct tls_record_info *open_record; member