Home
last modified time | relevance | path

Searched refs:open_record (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/net/tls/
H A Dtls_device.c193 if (ctx->open_record) in tls_device_sk_destruct()
194 destroy_record(ctx->open_record); in tls_device_sk_destruct()
284 offload_ctx->open_record = NULL; in tls_push_record()
358 offload_ctx->open_record = record; in tls_create_new_record()
369 if (!offload_ctx->open_record) { in tls_do_allocation()
424 struct tls_record_info *record = ctx->open_record; in tls_push_data()
465 record = ctx->open_record; in tls_push_data()
476 ctx->open_record = NULL; in tls_push_data()
484 record = ctx->open_record; in tls_push_data()
518 ctx->open_record in tls_push_data()
[all...]
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-6.6/include/net/
H A Dtls.h151 struct tls_record_info *open_record; member
/kernel/linux/linux-5.10/include/net/
H A Dtls.h177 struct tls_record_info *open_record; member

Completed in 6 milliseconds