HomeSort by: relevance | last modified time | path
    Searched refs:txku_in_progress (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_channel_local.h 262 * txku_pn) is ACKed, the TXKU is considered completed and txku_in_progress
408 unsigned int txku_in_progress : 1; member in struct:quic_channel_st
quic_channel.c 744 ch->txku_in_progress = 1;
750 static int txku_in_progress(QUIC_CHANNEL *ch) function
752 if (ch->txku_in_progress
765 ch->txku_in_progress = 0;
770 return ch->txku_in_progress;
779 && !txku_in_progress(ch);

Completed in 26 milliseconds