Searched refs:channel_only (Results 1 – 1 of 1) sorted by relevance
| /src/crypto/openssl/ssl/quic/ |
| H A D | quic_channel.c | 49 static int ch_rx(QUIC_CHANNEL *ch, int channel_only, int *notify_other_threads); 51 static int ch_tick_tls(QUIC_CHANNEL *ch, int channel_only, int *notify_other_threads); 52 static void ch_rx_handle_packet(QUIC_CHANNEL *ch, int channel_only); 2019 int channel_only = (flags & QUIC_REACTOR_TICK_FLAG_CHANNEL_ONLY) != 0; in ossl_quic_channel_subtick() local 2071 ch_rx(ch, channel_only, ¬ify_other_threads); in ossl_quic_channel_subtick() 2078 ch_tick_tls(ch, channel_only, ¬ify_other_threads); in ossl_quic_channel_subtick() 2160 static int ch_tick_tls(QUIC_CHANNEL *ch, int channel_only, int *notify_other_threads) in ch_tick_tls() argument 2166 if (channel_only) in ch_tick_tls() 2217 static int ch_rx(QUIC_CHANNEL *ch, int channel_only, int *notify_other_threads) in ch_rx() argument 2245 ch_rx_handle_packet(ch, channel_only); /* best effort */ in ch_rx() [all …]
|