Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A Dtls.h246 bool pending_open_record_frags; member
/linux-6.15/net/tls/
H A Dtls.h279 return tls_ctx->pending_open_record_frags; in tls_is_pending_open_record()
H A Dtls_sw.c817 tls_ctx->pending_open_record_frags = false; in tls_push_record()
825 tls_ctx->pending_open_record_frags = true; in tls_push_record()
835 tls_ctx->pending_open_record_frags = true; in tls_push_record()
1093 tls_ctx->pending_open_record_frags = true; in tls_sw_sendmsg_locked()
1165 tls_ctx->pending_open_record_frags = true; in tls_sw_sendmsg_locked()
H A Dtls_device.c554 tls_ctx->pending_open_record_frags = more; in tls_push_data()