Home
last modified time | relevance | path

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

/Linux-v6.6/net/tls/
Dtls_device.c205 if (ctx->open_record) in tls_device_sk_destruct()
206 destroy_record(ctx->open_record); in tls_device_sk_destruct()
296 offload_ctx->open_record = NULL; in tls_push_record()
366 offload_ctx->open_record = record; in tls_create_new_record()
377 if (!offload_ctx->open_record) { in tls_do_allocation()
477 record = ctx->open_record; in tls_push_data()
488 ctx->open_record = NULL; in tls_push_data()
496 record = ctx->open_record; in tls_push_data()
/Linux-v6.6/include/net/
Dtls.h156 struct tls_record_info *open_record; member