Searched refs:open_record (Results 1 – 2 of 2) sorted by relevance
193 if (ctx->open_record) in tls_device_sk_destruct()194 destroy_record(ctx->open_record); in tls_device_sk_destruct()284 offload_ctx->open_record = NULL; in tls_push_record()358 offload_ctx->open_record = record; in tls_create_new_record()369 if (!offload_ctx->open_record) { in tls_do_allocation()424 struct tls_record_info *record = ctx->open_record; in tls_push_data()465 record = ctx->open_record; in tls_push_data()476 ctx->open_record = NULL; in tls_push_data()484 record = ctx->open_record; in tls_push_data()518 ctx->open_record = NULL; in tls_push_data()
185 struct tls_record_info *open_record; member