Home
last modified time | relevance | path

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

/Linux-v4.19/net/tls/
Dtls_device.c207 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()
/Linux-v4.19/include/net/
Dtls.h141 struct tls_record_info *open_record; member