Home
last modified time | relevance | path

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

/openbmc/linux/net/tls/
H A 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()
/openbmc/linux/include/net/
H A Dtls.h152 struct tls_record_info *open_record; member