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.h281 return tls_ctx->pending_open_record_frags; in tls_is_pending_open_record()
H A Dtls_sw.c828 tls_ctx->pending_open_record_frags = false; in tls_push_record()
836 tls_ctx->pending_open_record_frags = true; in tls_push_record()
846 tls_ctx->pending_open_record_frags = true; in bpf_exec_tx_verdict()
1124 tls_ctx->pending_open_record_frags = true; in tls_sw_sendmsg_locked()
1210 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()