Home
last modified time | relevance | path

Searched refs:buflet_t (Results 1 – 10 of 10) sorted by relevance

/xnu-11417.121.6/libsyscall/wrappers/skywalk/
H A Dos_packet.c385 buflet_t
386 os_packet_get_next_buflet(const packet_t ph, const buflet_t bprev) in os_packet_get_next_buflet()
404 os_packet_add_buflet(const packet_t ph, const buflet_t bprev, in os_packet_add_buflet()
405 const buflet_t bnew) in os_packet_add_buflet()
457 os_buflet_get_data_offset(const buflet_t buf) in os_buflet_get_data_offset()
463 os_buflet_get_data_length(const buflet_t buf) in os_buflet_get_data_length()
469 os_buflet_set_data_offset(const buflet_t buf, const uint32_t doff) in os_buflet_set_data_offset()
475 os_buflet_set_data_length(const buflet_t buf, const uint32_t dlen) in os_buflet_set_data_length()
481 os_buflet_get_object_address(const buflet_t buf) in os_buflet_get_object_address()
487 os_buflet_get_object_limit(const buflet_t buf) in os_buflet_get_object_limit()
[all …]
H A Dos_channel_event.c45 buflet_t buflet; in os_channel_event_get_next_event()
H A Dos_channel.c2297 os_channel_buflet_alloc(const channel_t chd, buflet_t *bft) in os_channel_buflet_alloc()
2373 os_channel_buflet_free(const channel_t chd, buflet_t ubft) in os_channel_buflet_free()
/xnu-11417.121.6/bsd/skywalk/packet/
H A Dos_packet.h384 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 Dpacket_common.h1121 buflet_t bprev = __DECONST(buflet_t, bprev0); in __packet_add_buflet()
1122 buflet_t bnew = __DECONST(buflet_t, bnew0); in __packet_add_buflet()
1186 buflet_t bprev = __DECONST(buflet_t, bprev0); in __packet_get_next_buflet()
/xnu-11417.121.6/bsd/skywalk/channel/
H A Dos_channel.h542 os_channel_buflet_alloc(const channel_t chd, buflet_t *bft);
545 os_channel_buflet_free(const channel_t chd, buflet_t ubft);
/xnu-11417.121.6/tests/skywalk/
H A Dskt_netifdirect.c199 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 Dskt_filter.c212 buflet_t buflet; in get_packet()
280 buflet_t buflet; in custom_ether_send()
354 buflet_t buflet; in custom_ether_verify()
H A Dskt_xfer.c378 buflet_t buf, pbuf = NULL; in sktc_xfer_copy_data_to_packet()
519 buflet_t buf; in tcp_frame_populate()
609 buflet_t buf; in udp_frame_populate()
703 buflet_t buf; in ip_frame_populate()
803 buflet_t buflet; in tcp_frame_process()
879 buflet_t buflet; in udp_frame_process()
962 buflet_t buflet; in ip_frame_process()
1053 buflet_t buflet; in frame_process()
1153 buflet_t buflet;
1256 buflet_t buflet = NULL; in channel_port_send_fragments()
[all …]
H A Dskywalk_test_utils.c817 buflet_t buf = os_packet_get_next_buflet(pkt, NULL); in sktc_chew_random()
1692 buflet_t buf, pbuf = NULL; in sktu_channel_port_frame_to_pkt()
2061 buflet_t buflet; in sktu_channel_port_rx()