Home
last modified time | relevance | path

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

/src/crypto/openssl/ssl/quic/
H A Dquic_channel.c52 static void ch_rx_handle_packet(QUIC_CHANNEL *ch, int channel_only);
2245 ch_rx_handle_packet(ch, channel_only); /* best effort */ in ch_rx()
2300 static void ch_rx_handle_packet(QUIC_CHANNEL *ch, int channel_only) in ch_rx_handle_packet() function