Home
last modified time | relevance | path

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

/openbmc/linux/net/tls/
H A Dtls_main.c207 ctx->partially_sent_record = (void *)sg; in tls_push_sg()
278 sg = ctx->partially_sent_record; in tls_push_partial_record()
281 ctx->partially_sent_record = NULL; in tls_push_partial_record()
289 for (sg = ctx->partially_sent_record; sg; sg = sg_next(sg)) { in tls_free_partial_record()
293 ctx->partially_sent_record = NULL; in tls_free_partial_record()
H A Dtls.h270 return !!ctx->partially_sent_record; in tls_is_partially_sent_record()
H A Dtls_sw.c2472 if (tls_ctx->partially_sent_record) { in tls_sw_release_resources_tx()
/openbmc/linux/include/net/
H A Dtls.h241 struct scatterlist *partially_sent_record; member