Searched refs:buflet_t (Results 1 – 10 of 10) sorted by relevance
| /xnu-12377.61.12/libsyscall/wrappers/skywalk/ |
| H A D | os_packet.c | 369 buflet_t 370 os_packet_get_next_buflet(const packet_t ph, const buflet_t bprev) in os_packet_get_next_buflet() 388 os_packet_add_buflet(const packet_t ph, const buflet_t bprev, in os_packet_add_buflet() 389 const buflet_t bnew) in os_packet_add_buflet() 441 os_buflet_get_data_offset(const buflet_t buf) in os_buflet_get_data_offset() 447 os_buflet_get_data_length(const buflet_t buf) in os_buflet_get_data_length() 453 os_buflet_set_data_offset(const buflet_t buf, const uint32_t doff) in os_buflet_set_data_offset() 459 os_buflet_set_data_length(const buflet_t buf, const uint32_t dlen) in os_buflet_set_data_length() 465 os_buflet_get_object_address(const buflet_t buf) in os_buflet_get_object_address() 471 os_buflet_get_object_limit(const buflet_t buf) in os_buflet_get_object_limit() [all …]
|
| H A D | os_channel_event.c | 45 buflet_t buflet; in os_channel_event_get_next_event()
|
| H A D | os_channel.c | 2236 os_channel_buflet_alloc(const channel_t chd, buflet_t *bft) in os_channel_buflet_alloc() 2312 os_channel_buflet_free(const channel_t chd, buflet_t ubft) in os_channel_buflet_free()
|
| /xnu-12377.61.12/bsd/skywalk/packet/ |
| H A D | os_packet.h | 384 typedef struct __user_buflet *buflet_t; typedef 461 extern buflet_t os_packet_get_next_buflet(const packet_t, const buflet_t); 464 extern int os_packet_add_buflet(const packet_t ph, const buflet_t bprev, 465 const buflet_t bnew); 486 extern int os_buflet_set_data_offset(const buflet_t, const uint32_t); 487 extern uint32_t os_buflet_get_data_offset(const buflet_t); 488 extern int os_buflet_set_data_length(const buflet_t, const uint32_t); 489 extern uint32_t os_buflet_get_data_length(const buflet_t); 490 extern void *os_buflet_get_object_address(const buflet_t); 491 extern uint32_t os_buflet_get_object_limit(const buflet_t); [all …]
|
| H A D | packet_common.h | 1102 buflet_t bprev = __DECONST(buflet_t, bprev0); in __packet_add_buflet() 1103 buflet_t bnew = __DECONST(buflet_t, bnew0); in __packet_add_buflet() 1167 buflet_t bprev = __DECONST(buflet_t, bprev0); in __packet_get_next_buflet()
|
| /xnu-12377.61.12/bsd/skywalk/channel/ |
| H A D | os_channel.h | 539 os_channel_buflet_alloc(const channel_t chd, buflet_t *bft); 542 os_channel_buflet_free(const channel_t chd, buflet_t ubft);
|
| /xnu-12377.61.12/tests/skywalk/ |
| H A D | skt_netifdirect.c | 199 buflet_t buf; in skt_netif_ipv6_udp_frame_populate() 257 buflet_t buflet; in skt_netif_ipv6_udp_frame_process() 314 buflet_t buflet; 412 buflet_t buflet; in skt_netif_channel_receive()
|
| H A D | skt_filter.c | 212 buflet_t buflet; in get_packet() 280 buflet_t buflet; in custom_ether_send() 354 buflet_t buflet; in custom_ether_verify()
|
| H A D | skt_xfer.c | 379 buflet_t buf, pbuf = NULL; in sktc_xfer_copy_data_to_packet() 520 buflet_t buf; in tcp_frame_populate() 610 buflet_t buf; in udp_frame_populate() 704 buflet_t buf; in ip_frame_populate() 804 buflet_t buflet; in tcp_frame_process() 880 buflet_t buflet; in udp_frame_process() 963 buflet_t buflet; in ip_frame_process() 1054 buflet_t buflet; in frame_process() 1154 buflet_t buflet; 1257 buflet_t buflet = NULL; in channel_port_send_fragments() [all …]
|
| H A D | skywalk_test_utils.c | 803 buflet_t buf = os_packet_get_next_buflet(pkt, NULL); in sktc_chew_random() 1671 buflet_t buf, pbuf = NULL; in sktu_channel_port_frame_to_pkt() 2040 buflet_t buflet; in sktu_channel_port_rx()
|