Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/skywalk/channel/
H A Dos_channel.h460 os_channel_packet_alloc(const channel_t chd, packet_t *packet);
/xnu-11215.61.5/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.c1173 error = os_channel_packet_alloc(port->chan, &pkt);
1275 error = os_channel_packet_alloc(port->chan, &pkt); in channel_port_send_fragments()
H A Dskywalk_test_utils.c1697 error = os_channel_packet_alloc(port->chan, &pkt); in sktu_channel_port_frame_to_pkt()
/xnu-11215.61.5/libsyscall/wrappers/skywalk/
H A Dos_channel.c1809 os_channel_packet_alloc(const channel_t chd, packet_t *ph) in os_channel_packet_alloc() function