Home
last modified time | relevance | path

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

/linux-6.1.9/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()
295 offload_ctx->open_record = NULL; in tls_push_record()
369 offload_ctx->open_record = record; in tls_create_new_record()
380 if (!offload_ctx->open_record) { in tls_do_allocation()
482 record = ctx->open_record; in tls_push_data()
493 ctx->open_record = NULL; in tls_push_data()
501 record = ctx->open_record; in tls_push_data()
544 ctx->open_record = NULL; in tls_push_data()
/linux-6.1.9/include/net/
Dtls.h167 struct tls_record_info *open_record; member