Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/skywalk/
H A Dskt_utunloop.c326 static channel_t g_channel1, g_channel2; variable
333 skt_utunloop_xfer_slots(g_kq1, g_channel1, 0, g_channel2, 0, __func__, true); in sktc_channel_worker_xfer12()
341 skt_utunloop_xfer_slots(g_kq2, g_channel2, 0, g_channel1, 0, __func__, false); in sktc_channel_worker_xfer21()
903 g_channel1 = sktu_create_interface_channel(type, utun1); in skt_tunloop_common()
999 os_channel_destroy(g_channel1); in skt_tunloop_common()