Searched refs:open_record (Results 1 – 2 of 2) sorted by relevance
207 if (ctx->open_record) in tls_device_sk_destruct()208 destroy_record(ctx->open_record); in tls_device_sk_destruct()271 offload_ctx->open_record = NULL; in tls_push_record()310 offload_ctx->open_record = record; in tls_create_new_record()321 if (!offload_ctx->open_record) { in tls_do_allocation()352 struct tls_record_info *record = ctx->open_record; in tls_push_data()387 record = ctx->open_record; in tls_push_data()398 ctx->open_record = NULL; in tls_push_data()406 record = ctx->open_record; in tls_push_data()
141 struct tls_record_info *open_record; member