Home
last modified time | relevance | path

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

/Linux-v5.4/net/tls/
Dtls_device.c187 if (ctx->open_record) in tls_device_sk_destruct()
188 destroy_record(ctx->open_record); in tls_device_sk_destruct()
268 offload_ctx->open_record = NULL; in tls_push_record()
342 offload_ctx->open_record = record; in tls_create_new_record()
353 if (!offload_ctx->open_record) { in tls_do_allocation()
409 struct tls_record_info *record = ctx->open_record; in tls_push_data()
450 record = ctx->open_record; in tls_push_data()
461 ctx->open_record = NULL; in tls_push_data()
469 record = ctx->open_record; in tls_push_data()
502 ctx->open_record = NULL; in tls_push_data()
/Linux-v5.4/include/net/
Dtls.h196 struct tls_record_info *open_record; member