Searched refs:open_record (Results 1 – 2 of 2) sorted by relevance
189 if (ctx->open_record) in tls_device_sk_destruct()190 destroy_record(ctx->open_record); in tls_device_sk_destruct()281 offload_ctx->open_record = NULL; in tls_push_record()355 offload_ctx->open_record = record; in tls_create_new_record()366 if (!offload_ctx->open_record) { in tls_do_allocation()421 struct tls_record_info *record = ctx->open_record; in tls_push_data()462 record = ctx->open_record; in tls_push_data()473 ctx->open_record = NULL; in tls_push_data()481 record = ctx->open_record; in tls_push_data()513 ctx->open_record = NULL; in tls_push_data()
177 struct tls_record_info *open_record; member