Home
last modified time | relevance | path

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

/linux/include/net/
H A Dtls.h249 bool pending_open_record_frags; member
/linux/net/tls/
H A Dtls.h282 return tls_ctx->pending_open_record_frags; in tls_is_pending_open_record()
H A Dtls_sw.c838 tls_ctx->pending_open_record_frags = false; in tls_push_record()
846 tls_ctx->pending_open_record_frags = true; in tls_push_record()
856 tls_ctx->pending_open_record_frags = true; in tls_push_record()
1134 tls_ctx->pending_open_record_frags = true; in tls_sw_sendmsg_locked()
1220 tls_ctx->pending_open_record_frags = true; in tls_sw_sendmsg_locked()
H A Dtls_device.c557 tls_ctx->pending_open_record_frags = more; in tls_push_data()