Home
last modified time | relevance | path

Searched refs:partially_sent_record (Results 1 – 4 of 4) sorted by relevance

/linux-6.3-rc2/net/tls/
A Dtls_main.c156 ctx->partially_sent_record = (void *)sg; in tls_push_sg()
227 sg = ctx->partially_sent_record; in tls_push_partial_record()
230 ctx->partially_sent_record = NULL; in tls_push_partial_record()
238 for (sg = ctx->partially_sent_record; sg; sg = sg_next(sg)) { in tls_free_partial_record()
242 ctx->partially_sent_record = NULL; in tls_free_partial_record()
A Dtls.h217 return !!ctx->partially_sent_record; in tls_is_partially_sent_record()
A Dtls_sw.c2350 if (tls_ctx->partially_sent_record) { in tls_sw_release_resources_tx()
/linux-6.3-rc2/include/net/
A Dtls.h256 struct scatterlist *partially_sent_record; member

Completed in 12 milliseconds