Home
last modified time | relevance | path

Searched refs:g_channel2 (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()
904 g_channel2 = sktu_create_interface_channel(type, utun2); in skt_tunloop_common()
1000 os_channel_destroy(g_channel2); in skt_tunloop_common()