Lines Matching refs:packet_t

45 pkt_subtype_assert_fail(const packet_t ph, uint64_t type __unused,  in pkt_subtype_assert_fail()
55 pkt_type_assert_fail(const packet_t ph, uint64_t type __unused) in pkt_type_assert_fail()
64 os_packet_set_headroom(const packet_t ph, const uint8_t headroom) in os_packet_set_headroom()
70 os_packet_get_headroom(const packet_t ph) in os_packet_get_headroom()
76 os_packet_set_link_header_length(const packet_t ph, const uint8_t off) in os_packet_set_link_header_length()
82 os_packet_get_link_header_length(const packet_t ph) in os_packet_get_link_header_length()
88 os_packet_set_link_broadcast(const packet_t ph) in os_packet_set_link_broadcast()
94 os_packet_get_link_broadcast(const packet_t ph) in os_packet_get_link_broadcast()
100 os_packet_set_link_multicast(const packet_t ph) in os_packet_set_link_multicast()
106 os_packet_get_link_multicast(const packet_t ph) in os_packet_get_link_multicast()
112 os_packet_set_link_ethfcs(const packet_t ph) in os_packet_set_link_ethfcs()
118 os_packet_get_link_ethfcs(const packet_t ph) in os_packet_get_link_ethfcs()
124 os_packet_set_transport_traffic_background(const packet_t ph) in os_packet_set_transport_traffic_background()
130 os_packet_get_transport_traffic_background(const packet_t ph) in os_packet_get_transport_traffic_background()
136 os_packet_set_transport_traffic_realtime(const packet_t ph) in os_packet_set_transport_traffic_realtime()
142 os_packet_get_transport_traffic_realtime(const packet_t ph) in os_packet_get_transport_traffic_realtime()
148 os_packet_set_transport_retransmit(const packet_t ph) in os_packet_set_transport_retransmit()
154 os_packet_get_transport_retransmit(const packet_t ph) in os_packet_get_transport_retransmit()
160 os_packet_set_transport_last_packet(const packet_t ph) in os_packet_set_transport_last_packet()
166 os_packet_set_service_class(const packet_t ph, const packet_svc_class_t sc) in os_packet_set_service_class()
172 os_packet_get_service_class(const packet_t ph) in os_packet_get_service_class()
178 os_packet_set_compression_generation_count(const packet_t ph, const uint32_t gencnt) in os_packet_set_compression_generation_count()
186 os_packet_get_compression_generation_count(const packet_t ph) in os_packet_get_compression_generation_count()
192 os_packet_set_traffic_class(const packet_t ph, packet_traffic_class_t tc) in os_packet_set_traffic_class()
198 os_packet_get_traffic_class(const packet_t ph) in os_packet_get_traffic_class()
204 os_packet_set_inet_checksum(const packet_t ph, const packet_csum_flags_t flags, in os_packet_set_inet_checksum()
211 os_packet_get_inet_checksum(const packet_t ph, uint16_t *start, uint16_t *val) in os_packet_get_inet_checksum()
217 os_packet_get_flow_uuid(const packet_t ph, uuid_t *flow_uuid) in os_packet_get_flow_uuid()
223 os_packet_set_flow_uuid(const packet_t ph, const uuid_t flow_uuid) in os_packet_set_flow_uuid()
229 os_packet_clear_flow_uuid(const packet_t ph) in os_packet_clear_flow_uuid()
235 os_packet_set_group_start(const packet_t ph) in os_packet_set_group_start()
241 os_packet_get_group_start(const packet_t ph) in os_packet_get_group_start()
247 os_packet_set_group_end(const packet_t ph) in os_packet_set_group_end()
253 os_packet_get_group_end(const packet_t ph) in os_packet_get_group_end()
259 os_packet_get_expire_time(const packet_t ph, uint64_t *ts) in os_packet_get_expire_time()
265 os_packet_set_expire_time(const packet_t ph, const uint64_t ts) in os_packet_set_expire_time()
271 os_packet_get_token(const packet_t ph, void *token, uint16_t *len) in os_packet_get_token()
277 os_packet_set_token(const packet_t ph, const void *token, in os_packet_set_token()
284 os_packet_get_packetid(const packet_t ph, packet_id_t *pktid) in os_packet_get_packetid()
290 os_packet_set_packetid(const packet_t ph, packet_id_t *pktid) in os_packet_set_packetid()
296 os_packet_set_vlan_tag(const packet_t ph, const uint16_t tag, in os_packet_set_vlan_tag()
303 os_packet_get_vlan_tag(const packet_t ph, uint16_t *tag, boolean_t *tag_in_pkt) in os_packet_get_vlan_tag()
321 os_packet_get_wake_flag(const packet_t ph) in os_packet_get_wake_flag()
327 os_packet_get_keep_alive(const packet_t ph) in os_packet_get_keep_alive()
333 os_packet_set_keep_alive(const packet_t ph, const boolean_t is_keep_alive) in os_packet_set_keep_alive()
339 os_packet_get_truncated(const packet_t ph) in os_packet_get_truncated()
345 os_packet_get_data_length(const packet_t ph) in os_packet_get_data_length()
351 os_packet_get_buflet_count(const packet_t ph) in os_packet_get_buflet_count()
357 os_packet_get_next_buflet(const packet_t ph, const buflet_t bprev) in os_packet_get_next_buflet()
363 os_packet_get_segment_count(const packet_t ph) in os_packet_get_segment_count()
369 os_packet_finalize(const packet_t ph) in os_packet_finalize()
375 os_packet_add_buflet(const packet_t ph, const buflet_t bprev, in os_packet_add_buflet()
382 os_packet_increment_use_count(const packet_t ph) in os_packet_increment_use_count()
392 os_packet_decrement_use_count(const packet_t ph, uint16_t *use_cnt) in os_packet_decrement_use_count()
402 os_packet_get_aggregation_type(const packet_t ph) in os_packet_get_aggregation_type()
470 os_packet_get_trace_id(const packet_t ph) in os_packet_get_trace_id()
476 os_packet_set_trace_id(const packet_t ph, packet_trace_id_t trace_id) in os_packet_set_trace_id()
482 os_packet_trace_event(const packet_t ph, uint32_t event) in os_packet_trace_event()