Home
last modified time | relevance | path

Searched refs:tls_is_partially_sent_record (Results 1 – 3 of 3) sorted by relevance

/linux/net/tls/
H A Dtls_device.c454 if (tls_is_partially_sent_record(tls_ctx)) { in tls_push_data()
598 if (!tls_is_partially_sent_record(tls_ctx)) in tls_device_splice_eof()
604 if (tls_is_partially_sent_record(tls_ctx)) { in tls_device_splice_eof()
683 if (tls_is_partially_sent_record(ctx)) { in tls_device_write_space()
H A Dtls.h274 static inline bool tls_is_partially_sent_record(struct tls_context *ctx) in tls_is_partially_sent_record() function
H A Dtls_sw.c416 if (tls_is_partially_sent_record(tls_ctx)) { in tls_tx_records()