Home
last modified time | relevance | path

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

/Linux-v5.4/net/tls/
Dtls_main.c134 ctx->partially_sent_record = (void *)sg; in tls_push_sg()
205 sg = ctx->partially_sent_record; in tls_push_partial_record()
208 ctx->partially_sent_record = NULL; in tls_push_partial_record()
216 sg = ctx->partially_sent_record; in tls_free_partial_record()
228 ctx->partially_sent_record = NULL; in tls_free_partial_record()
/Linux-v5.4/include/net/
Dtls.h268 struct scatterlist *partially_sent_record; member
408 return !!ctx->partially_sent_record; in tls_is_partially_sent_record()