Lines Matching defs:pkt
37 static int depack_do_frame_padding(PACKET *pkt) in depack_do_frame_padding()
44 static int depack_do_frame_ping(PACKET *pkt, QUIC_CHANNEL *ch, in depack_do_frame_ping()
61 static int depack_do_frame_ack(PACKET *pkt, QUIC_CHANNEL *ch, in depack_do_frame_ack()
141 static int depack_do_frame_reset_stream(PACKET *pkt, in depack_do_frame_reset_stream()
217 static int depack_do_frame_stop_sending(PACKET *pkt, in depack_do_frame_stop_sending()
262 static int depack_do_frame_crypto(PACKET *pkt, QUIC_CHANNEL *ch, in depack_do_frame_crypto()
326 static int depack_do_frame_new_token(PACKET *pkt, QUIC_CHANNEL *ch, in depack_do_frame_new_token()
494 static int depack_do_frame_stream(PACKET *pkt, QUIC_CHANNEL *ch, in depack_do_frame_stream()
669 static int depack_do_frame_max_data(PACKET *pkt, QUIC_CHANNEL *ch, in depack_do_frame_max_data()
687 static int depack_do_frame_max_stream_data(PACKET *pkt, in depack_do_frame_max_stream_data()
726 static int depack_do_frame_max_streams(PACKET *pkt, in depack_do_frame_max_streams()
775 static int depack_do_frame_data_blocked(PACKET *pkt, in depack_do_frame_data_blocked()
793 static int depack_do_frame_stream_data_blocked(PACKET *pkt, in depack_do_frame_stream_data_blocked()
840 static int depack_do_frame_streams_blocked(PACKET *pkt, in depack_do_frame_streams_blocked()
873 static int depack_do_frame_new_conn_id(PACKET *pkt, in depack_do_frame_new_conn_id()
892 static int depack_do_frame_retire_conn_id(PACKET *pkt, in depack_do_frame_retire_conn_id()
935 static int depack_do_frame_path_challenge(PACKET *pkt, in depack_do_frame_path_challenge()
990 static int depack_do_frame_path_response(PACKET *pkt, in depack_do_frame_path_response()
1009 static int depack_do_frame_conn_close(PACKET *pkt, QUIC_CHANNEL *ch, in depack_do_frame_conn_close()
1026 static int depack_do_frame_handshake_done(PACKET *pkt, in depack_do_frame_handshake_done()
1045 static int depack_process_frames(QUIC_CHANNEL *ch, PACKET *pkt, in depack_process_frames()
1411 PACKET pkt; in ossl_quic_handle_frames() local