Home
last modified time | relevance | path

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

/linux/net/tls/
A Dtls_device.c190 if (ctx->open_record) in tls_device_sk_destruct()
191 destroy_record(ctx->open_record); in tls_device_sk_destruct()
282 offload_ctx->open_record = NULL; in tls_push_record()
356 offload_ctx->open_record = record; in tls_create_new_record()
367 if (!offload_ctx->open_record) { in tls_do_allocation()
463 record = ctx->open_record; in tls_push_data()
474 ctx->open_record = NULL; in tls_push_data()
482 record = ctx->open_record; in tls_push_data()
514 ctx->open_record = NULL; in tls_push_data()
/linux/include/net/
A Dtls.h176 struct tls_record_info *open_record; member

Completed in 10 milliseconds