Home
last modified time | relevance | path

Searched refs:txku_in_progress (Results 1 – 2 of 2) sorted by relevance

/openssl/ssl/quic/
H A Dquic_channel_local.h390 unsigned int txku_in_progress : 1; member
H A Dquic_channel.c645 ch->txku_in_progress = 1; in ch_trigger_txku()
651 static int txku_in_progress(QUIC_CHANNEL *ch) in txku_in_progress() function
653 if (ch->txku_in_progress in txku_in_progress()
666 ch->txku_in_progress = 0; in txku_in_progress()
671 return ch->txku_in_progress; in txku_in_progress()
680 && !txku_in_progress(ch); in txku_allowed()

Completed in 16 milliseconds