BIO_get_ktls_send
if (BIO_get_ktls_send(SSL_get_wbio(s)))
if (BIO_get_ktls_send(SSL_get_wbio(con)))
if (use_sendfile_for_req && !BIO_get_ktls_send(SSL_get_wbio(con))) {
&& !BIO_get_ktls_send(rl->bio)
if (!BIO_get_ktls_send(sc->wbio)) {
if (sc->wbio != NULL && BIO_get_ktls_send(sc->wbio))
if (b == NULL || !BIO_get_ktls_send(b)) {
if (BIO_get_ktls_send(SSL_get_wbio(s_ssl))
else if (BIO_get_ktls_send(SSL_get_wbio(s_ssl)))
if (BIO_get_ktls_send(SSL_get_wbio(c_ssl))
else if (BIO_get_ktls_send(SSL_get_wbio(c_ssl)))
if (!BIO_get_ktls_send(clientsc->wbio)) {
if (!BIO_get_ktls_send(serversc->wbio)) {
if (!TEST_false(BIO_get_ktls_send(clientsc->wbio)))
if (BIO_get_ktls_send(clientsc->wbio))
if (!TEST_false(BIO_get_ktls_send(serversc->wbio)))
if (BIO_get_ktls_send(serversc->wbio))
if (BIO_get_ktls_send(clientsc->rbio))
if (BIO_get_ktls_send(serversc->rbio))
if (!BIO_get_ktls_send(serversc->wbio)) {
ret = BIO_get_ktls_send(SSL_get_wbio(ssl));
ret = BIO_get_ktls_send(SSL_get_wbio(ssl));