Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dtls.h249 bool pending_open_record_frags; member
/Linux-v6.6/net/tls/
Dtls.h275 return tls_ctx->pending_open_record_frags; in tls_is_pending_open_record()
Dtls_sw.c777 tls_ctx->pending_open_record_frags = false; in tls_push_record()
785 tls_ctx->pending_open_record_frags = true; in tls_push_record()
795 tls_ctx->pending_open_record_frags = true; in tls_push_record()
1052 tls_ctx->pending_open_record_frags = true; in tls_sw_sendmsg_locked()
1120 tls_ctx->pending_open_record_frags = true; in tls_sw_sendmsg_locked()
Dtls_device.c560 tls_ctx->pending_open_record_frags = more; in tls_push_data()