Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/tls/
Dtls_main.c137 ctx->partially_sent_record = (void *)sg; in tls_push_sg()
208 sg = ctx->partially_sent_record; in tls_push_partial_record()
211 ctx->partially_sent_record = NULL; in tls_push_partial_record()
219 for (sg = ctx->partially_sent_record; sg; sg = sg_next(sg)) { in tls_free_partial_record()
223 ctx->partially_sent_record = NULL; in tls_free_partial_record()
Dtls_sw.c2177 if (tls_ctx->partially_sent_record) { in tls_sw_release_resources_tx()
/kernel/linux/linux-5.10/include/net/
Dtls.h259 struct scatterlist *partially_sent_record; member
417 return !!ctx->partially_sent_record; in tls_is_partially_sent_record()