Lines Matching refs:packet_id
2593 packet_id_t *packet_id; in skt_process_chan_event_common() local
2603 assert(sizeof(*packet_id) <= ed.event_data_length); in skt_process_chan_event_common()
2604 packet_id = (packet_id_t*)ed.event_data; in skt_process_chan_event_common()
2608 packet_id->pktid_version, in skt_process_chan_event_common()
2609 packet_id->pktid_payload_type, in skt_process_chan_event_common()
2610 packet_id->pktid_sequence_number, in skt_process_chan_event_common()
2611 packet_id->pktid_timestamp, in skt_process_chan_event_common()
2612 packet_id->pktid_stream_identifier, in skt_process_chan_event_common()
2613 packet_id->_reserved, in skt_process_chan_event_common()
2627 assert(packet_id->pktid_payload_type == payload_type); in skt_process_chan_event_common()
2628 assert(packet_id->pktid_stream_identifier == stream_id); in skt_process_chan_event_common()
2629 assert(packet_id->pktid_version == OS_PACKET_PKTID_VERSION_CURRENT); in skt_process_chan_event_common()