Home
last modified time | relevance | path

Searched refs:open_record (Results 1 – 2 of 2) sorted by relevance

/linux-6.12.1/net/tls/
Dtls_device.c203 if (ctx->open_record) in tls_device_sk_destruct()
204 destroy_record(ctx->open_record); in tls_device_sk_destruct()
290 offload_ctx->open_record = NULL; in tls_push_record()
360 offload_ctx->open_record = record; in tls_create_new_record()
371 if (!offload_ctx->open_record) { in tls_do_allocation()
471 record = ctx->open_record; in tls_push_data()
482 ctx->open_record = NULL; in tls_push_data()
490 record = ctx->open_record; in tls_push_data()
/linux-6.12.1/include/net/
Dtls.h154 struct tls_record_info *open_record; member