Home
last modified time | relevance | path

Searched refs:os_channel_destroy (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.141.1/bsd/skywalk/channel/
H A Dos_channel.h330 extern void os_channel_destroy(const channel_t channel);
/xnu-10063.141.1/tests/
H A Dnet_tuntests.c873 os_channel_destroy(channels[ri]); in cleanup_channels_and_rings()
/xnu-10063.141.1/libsyscall/wrappers/skywalk/
H A Dos_channel.c862 os_channel_destroy(channel_t chd) in os_channel_destroy() function