Searched refs:packet_t (Results 1 – 5 of 5) sorted by relevance
| /xnu-10002.1.13/libsyscall/wrappers/skywalk/ |
| H A D | os_packet.c | 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() [all …]
|
| H A D | os_channel.c | 1138 packet_t 1732 os_channel_packet_alloc_common(const channel_t chd, packet_t *ph, bool large) in os_channel_packet_alloc_common() 1809 os_channel_packet_alloc(const channel_t chd, packet_t *ph) in os_channel_packet_alloc() 1815 os_channel_large_packet_alloc(const channel_t chd, packet_t *ph) in os_channel_large_packet_alloc() 1821 os_channel_packet_free(const channel_t chd, packet_t ph) in os_channel_packet_free() 1873 const channel_slot_t slot, packet_t ph) in os_channel_slot_attach_packet() 1926 const channel_slot_t slot, packet_t ph) in os_channel_slot_detach_packet() 1993 packet_t ph; in os_channel_purge_packet_alloc_ring_common() 2252 return os_channel_packet_free(chd, (packet_t)ehandle); in os_channel_event_free()
|
| /xnu-10002.1.13/bsd/skywalk/packet/ |
| H A D | os_packet.h | 383 typedef uint64_t packet_t; typedef 391 extern int os_packet_set_headroom(const packet_t, const uint8_t); 392 extern uint8_t os_packet_get_headroom(const packet_t); 393 extern int os_packet_set_link_header_length(const packet_t, const uint8_t); 394 extern uint8_t os_packet_get_link_header_length(const packet_t); 395 extern int os_packet_set_link_broadcast(const packet_t); 396 extern boolean_t os_packet_get_link_broadcast(const packet_t); 397 extern int os_packet_set_link_multicast(const packet_t); 398 extern boolean_t os_packet_get_link_multicast(const packet_t); 399 extern int os_packet_set_link_ethfcs(const packet_t); [all …]
|
| H A D | os_packet_private.h | 925 extern void pkt_subtype_assert_fail(const packet_t, uint64_t, uint64_t); 926 extern void pkt_type_assert_fail(const packet_t, uint64_t);
|
| /xnu-10002.1.13/bsd/skywalk/channel/ |
| H A D | os_channel.h | 417 extern packet_t os_channel_slot_get_packet(const channel_ring_t ring, 460 os_channel_packet_alloc(const channel_t chd, packet_t *packet); 469 os_channel_large_packet_alloc(const channel_t chd, packet_t *packet); 478 os_channel_packet_free(const channel_t chd, packet_t packet); 485 const channel_slot_t slot, packet_t packet); 492 const channel_slot_t slot, packet_t packet);
|