Home
last modified time | relevance | path

Searched refs:os_channel_packet_alloc (Results 1 – 6 of 6) sorted by relevance

/xnu-12377.41.6/bsd/skywalk/channel/
H A Dos_channel.h457 os_channel_packet_alloc(const channel_t chd, packet_t *packet);
/xnu-12377.41.6/tests/skywalk/
H A Dskt_netifdirect.c333 error = os_channel_packet_alloc(port->chan, &pkt);
H A Dskt_filter.c283 error = os_channel_packet_alloc(ch, &pkt); in custom_ether_send()
H A Dskt_xfer.c1174 error = os_channel_packet_alloc(port->chan, &pkt);
1276 error = os_channel_packet_alloc(port->chan, &pkt); in channel_port_send_fragments()
H A Dskywalk_test_utils.c1676 error = os_channel_packet_alloc(port->chan, &pkt); in sktu_channel_port_frame_to_pkt()
/xnu-12377.41.6/libsyscall/wrappers/skywalk/
H A Dos_channel.c1750 os_channel_packet_alloc(const channel_t chd, packet_t *ph) in os_channel_packet_alloc() function