Lines Matching refs:packet_t

43 os_packet_set_headroom(const packet_t ph, const uint8_t headroom)  in os_packet_set_headroom()
49 os_packet_get_headroom(const packet_t ph) in os_packet_get_headroom()
55 os_packet_set_link_header_length(const packet_t ph, const uint8_t off) in os_packet_set_link_header_length()
61 os_packet_get_link_header_length(const packet_t ph) in os_packet_get_link_header_length()
67 os_packet_set_link_broadcast(const packet_t ph) in os_packet_set_link_broadcast()
73 os_packet_get_link_broadcast(const packet_t ph) in os_packet_get_link_broadcast()
79 os_packet_set_link_multicast(const packet_t ph) in os_packet_set_link_multicast()
85 os_packet_get_link_multicast(const packet_t ph) in os_packet_get_link_multicast()
91 os_packet_set_link_ethfcs(const packet_t ph) in os_packet_set_link_ethfcs()
97 os_packet_get_link_ethfcs(const packet_t ph) in os_packet_get_link_ethfcs()
103 os_packet_set_transport_traffic_background(const packet_t ph) in os_packet_set_transport_traffic_background()
109 os_packet_get_transport_traffic_background(const packet_t ph) in os_packet_get_transport_traffic_background()
115 os_packet_set_transport_traffic_realtime(const packet_t ph) in os_packet_set_transport_traffic_realtime()
121 os_packet_get_transport_traffic_realtime(const packet_t ph) in os_packet_get_transport_traffic_realtime()
127 os_packet_set_transport_retransmit(const packet_t ph) in os_packet_set_transport_retransmit()
133 os_packet_get_transport_retransmit(const packet_t ph) in os_packet_get_transport_retransmit()
139 os_packet_set_transport_last_packet(const packet_t ph) in os_packet_set_transport_last_packet()
145 os_packet_set_service_class(const packet_t ph, const packet_svc_class_t sc) in os_packet_set_service_class()
151 os_packet_get_service_class(const packet_t ph) in os_packet_get_service_class()
157 os_packet_set_compression_generation_count(const packet_t ph, const uint32_t gencnt) in os_packet_set_compression_generation_count()
163 os_packet_get_compression_generation_count(const packet_t ph, uint32_t *pgencnt) in os_packet_get_compression_generation_count()
169 os_packet_set_traffic_class(const packet_t ph, packet_traffic_class_t tc) in os_packet_set_traffic_class()
175 os_packet_get_traffic_class(const packet_t ph) in os_packet_get_traffic_class()
181 os_packet_set_inet_checksum(const packet_t ph, const packet_csum_flags_t flags, in os_packet_set_inet_checksum()
188 os_packet_add_inet_csum_flags(const packet_t ph, const packet_csum_flags_t flags) in os_packet_add_inet_csum_flags()
194 os_packet_get_inet_checksum(const packet_t ph, uint16_t *start, uint16_t *val) in os_packet_get_inet_checksum()
200 os_packet_get_flow_uuid(const packet_t ph, uuid_t *flow_uuid) in os_packet_get_flow_uuid()
206 os_packet_set_flow_uuid(const packet_t ph, const uuid_t flow_uuid) in os_packet_set_flow_uuid()
212 os_packet_clear_flow_uuid(const packet_t ph) in os_packet_clear_flow_uuid()
218 os_packet_set_group_start(const packet_t ph) in os_packet_set_group_start()
224 os_packet_get_group_start(const packet_t ph) in os_packet_get_group_start()
230 os_packet_set_group_end(const packet_t ph) in os_packet_set_group_end()
236 os_packet_get_group_end(const packet_t ph) in os_packet_get_group_end()
242 os_packet_get_expire_time(const packet_t ph, uint64_t *ts) in os_packet_get_expire_time()
248 os_packet_set_expire_time(const packet_t ph, const uint64_t ts) in os_packet_set_expire_time()
254 os_packet_get_expiry_action(const packet_t ph, packet_expiry_action_t *pea) in os_packet_get_expiry_action()
260 os_packet_set_expiry_action(const packet_t ph, const packet_expiry_action_t pea) in os_packet_set_expiry_action()
266 os_packet_get_token(const packet_t ph, void *token, uint16_t *len) in os_packet_get_token()
272 os_packet_set_token(const packet_t ph, const void *token, in os_packet_set_token()
279 os_packet_get_packetid(const packet_t ph, packet_id_t *pktid) in os_packet_get_packetid()
285 os_packet_set_packetid(const packet_t ph, packet_id_t *pktid) in os_packet_set_packetid()
291 os_packet_set_vlan_tag(const packet_t ph, const uint16_t tag) in os_packet_set_vlan_tag()
297 os_packet_get_vlan_tag(const packet_t ph, uint16_t *tag) in os_packet_get_vlan_tag()
315 os_packet_set_app_metadata(const packet_t ph, in os_packet_set_app_metadata()
322 os_packet_get_wake_flag(const packet_t ph) in os_packet_get_wake_flag()
328 os_packet_set_wake_flag(const packet_t ph) in os_packet_set_wake_flag()
334 os_packet_get_keep_alive(const packet_t ph) in os_packet_get_keep_alive()
340 os_packet_set_keep_alive(const packet_t ph, const boolean_t is_keep_alive) in os_packet_set_keep_alive()
346 os_packet_get_truncated(const packet_t ph) in os_packet_get_truncated()
352 os_packet_set_l4s_flag(const packet_t ph) in os_packet_set_l4s_flag()
358 os_packet_get_data_length(const packet_t ph) in os_packet_get_data_length()
364 os_packet_get_buflet_count(const packet_t ph) in os_packet_get_buflet_count()
370 os_packet_get_next_buflet(const packet_t ph, const buflet_t bprev) in os_packet_get_next_buflet()
376 os_packet_get_segment_count(const packet_t ph) in os_packet_get_segment_count()
382 os_packet_finalize(const packet_t ph) in os_packet_finalize()
388 os_packet_add_buflet(const packet_t ph, const buflet_t bprev, in os_packet_add_buflet()
395 os_packet_increment_use_count(const packet_t ph) in os_packet_increment_use_count()
405 os_packet_decrement_use_count(const packet_t ph, uint16_t *use_cnt) in os_packet_decrement_use_count()
415 os_packet_get_aggregation_type(const packet_t ph) in os_packet_get_aggregation_type()
421 os_packet_set_tx_timestamp(const packet_t ph, const uint64_t ts) in os_packet_set_tx_timestamp()
489 os_packet_get_trace_id(const packet_t ph) in os_packet_get_trace_id()
495 os_packet_set_trace_id(const packet_t ph, packet_trace_id_t trace_id) in os_packet_set_trace_id()
501 os_packet_trace_event(const packet_t ph, uint32_t event) in os_packet_trace_event()
507 os_packet_set_protocol_segment_size(const packet_t ph, uint16_t proto_seg_sz) in os_packet_set_protocol_segment_size()
513 os_packet_set_tso_flags(const packet_t ph, packet_tso_flags_t flags) in os_packet_set_tso_flags()