Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/
Dtls.h243 bool pending_open_record_frags; member
/linux-6.12.1/net/tls/
Dtls.h278 return tls_ctx->pending_open_record_frags; in tls_is_pending_open_record()
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()
Dtls_device.c554 tls_ctx->pending_open_record_frags = more; in tls_push_data()