Home
last modified time | relevance | path

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

/Linux-v4.19/net/tls/
Dtls_main.c129 ctx->partially_sent_record = (void *)sg; in tls_push_sg()
205 sg = ctx->partially_sent_record; in tls_push_pending_closed_record()
208 ctx->partially_sent_record = NULL; in tls_push_pending_closed_record()
273 if (ctx->partially_sent_record) {
274 struct scatterlist *sg = ctx->partially_sent_record;
/Linux-v4.19/include/net/
Dtls.h196 struct scatterlist *partially_sent_record; member
305 return !!ctx->partially_sent_record; in tls_is_partially_sent_record()