Searched refs:tls_strp_msg_ready (Results 1 – 2 of 2) sorted by relevance
163 static inline bool tls_strp_msg_ready(struct tls_sw_context_rx *ctx) in tls_strp_msg_ready() function
1297 while (!tls_strp_msg_ready(ctx)) { in tls_rx_rec_wait()1306 if (tls_strp_msg_ready(ctx)) in tls_rx_rec_wait()1323 tls_strp_msg_ready(ctx) || in tls_rx_rec_wait()1955 while (len && (decrypted + copied < target || tls_strp_msg_ready(ctx))) { in tls_sw_recvmsg()2209 return !ingress_empty || tls_strp_msg_ready(ctx) || in tls_sw_sock_is_readable()