Home
last modified time | relevance | path

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

/linux-6.12.1/net/tls/
Dtls_main.c208 ctx->partially_sent_record = (void *)sg; in tls_push_sg()
279 sg = ctx->partially_sent_record; in tls_push_partial_record()
282 ctx->partially_sent_record = NULL; in tls_push_partial_record()
290 for (sg = ctx->partially_sent_record; sg; sg = sg_next(sg)) { in tls_free_partial_record()
294 ctx->partially_sent_record = NULL; in tls_free_partial_record()
Dtls.h273 return !!ctx->partially_sent_record; in tls_is_partially_sent_record()
Dtls_sw.c2471 if (tls_ctx->partially_sent_record) { in tls_sw_release_resources_tx()
/linux-6.12.1/include/net/
Dtls.h239 struct scatterlist *partially_sent_record; member