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()
184 os_packet_get_compression_generation_count(const packet_t ph, uint32_t *pgencnt) in os_packet_get_compression_generation_count()
190 os_packet_set_traffic_class(const packet_t ph, packet_traffic_class_t tc) in os_packet_set_traffic_class()
196 os_packet_get_traffic_class(const packet_t ph) in os_packet_get_traffic_class()
202 os_packet_set_inet_checksum(const packet_t ph, const packet_csum_flags_t flags, in os_packet_set_inet_checksum()
209 os_packet_add_inet_csum_flags(const packet_t ph, const packet_csum_flags_t flags) in os_packet_add_inet_csum_flags()
215 os_packet_get_inet_checksum(const packet_t ph, uint16_t *start, uint16_t *val) in os_packet_get_inet_checksum()
221 os_packet_get_flow_uuid(const packet_t ph, uuid_t *flow_uuid) in os_packet_get_flow_uuid()
227 os_packet_set_flow_uuid(const packet_t ph, const uuid_t flow_uuid) in os_packet_set_flow_uuid()
233 os_packet_clear_flow_uuid(const packet_t ph) in os_packet_clear_flow_uuid()
239 os_packet_set_group_start(const packet_t ph) in os_packet_set_group_start()
245 os_packet_get_group_start(const packet_t ph) in os_packet_get_group_start()
251 os_packet_set_group_end(const packet_t ph) in os_packet_set_group_end()
257 os_packet_get_group_end(const packet_t ph) in os_packet_get_group_end()
263 os_packet_get_expire_time(const packet_t ph, uint64_t *ts) in os_packet_get_expire_time()
269 os_packet_set_expire_time(const packet_t ph, const uint64_t ts) in os_packet_set_expire_time()
275 os_packet_get_expiry_action(const packet_t ph, packet_expiry_action_t *pea) in os_packet_get_expiry_action()
281 os_packet_set_expiry_action(const packet_t ph, const packet_expiry_action_t pea) in os_packet_set_expiry_action()
287 os_packet_get_token(const packet_t ph, void *token, uint16_t *len) in os_packet_get_token()
293 os_packet_set_token(const packet_t ph, const void *token, in os_packet_set_token()
300 os_packet_get_packetid(const packet_t ph, packet_id_t *pktid) in os_packet_get_packetid()
306 os_packet_set_packetid(const packet_t ph, packet_id_t *pktid) in os_packet_set_packetid()
312 os_packet_set_vlan_tag(const packet_t ph, const uint16_t tag, in os_packet_set_vlan_tag()
319 os_packet_get_vlan_tag(const packet_t ph, uint16_t *tag, boolean_t *tag_in_pkt) in os_packet_get_vlan_tag()
337 os_packet_set_app_metadata(const packet_t ph, in os_packet_set_app_metadata()
344 os_packet_get_wake_flag(const packet_t ph) in os_packet_get_wake_flag()
350 os_packet_get_keep_alive(const packet_t ph) in os_packet_get_keep_alive()
356 os_packet_set_keep_alive(const packet_t ph, const boolean_t is_keep_alive) in os_packet_set_keep_alive()
362 os_packet_get_truncated(const packet_t ph) in os_packet_get_truncated()
368 os_packet_set_l4s_flag(const packet_t ph) in os_packet_set_l4s_flag()
374 os_packet_get_data_length(const packet_t ph) in os_packet_get_data_length()
380 os_packet_get_buflet_count(const packet_t ph) in os_packet_get_buflet_count()
386 os_packet_get_next_buflet(const packet_t ph, const buflet_t bprev) in os_packet_get_next_buflet()
392 os_packet_get_segment_count(const packet_t ph) in os_packet_get_segment_count()
398 os_packet_finalize(const packet_t ph) in os_packet_finalize()
404 os_packet_add_buflet(const packet_t ph, const buflet_t bprev, in os_packet_add_buflet()
411 os_packet_increment_use_count(const packet_t ph) in os_packet_increment_use_count()
421 os_packet_decrement_use_count(const packet_t ph, uint16_t *use_cnt) in os_packet_decrement_use_count()
431 os_packet_get_aggregation_type(const packet_t ph) in os_packet_get_aggregation_type()
437 os_packet_set_tx_timestamp(const packet_t ph, const uint64_t ts) in os_packet_set_tx_timestamp()
505 os_packet_get_trace_id(const packet_t ph) in os_packet_get_trace_id()
511 os_packet_set_trace_id(const packet_t ph, packet_trace_id_t trace_id) in os_packet_set_trace_id()
517 os_packet_trace_event(const packet_t ph, uint32_t event) in os_packet_trace_event()
523 os_packet_set_protocol_segment_size(const packet_t ph, uint16_t proto_seg_sz) in os_packet_set_protocol_segment_size()
529 os_packet_set_tso_flags(const packet_t ph, packet_tso_flags_t flags) in os_packet_set_tso_flags()