Searched refs:g_channel2 (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/tests/skywalk/ ! |
| H A D | skt_utunloop.c | 327 static channel_t g_channel1, g_channel2; variable 334 skt_utunloop_xfer_slots(g_kq1, g_channel1, 0, g_channel2, 0, __func__, true); in sktc_channel_worker_xfer12() 342 skt_utunloop_xfer_slots(g_kq2, g_channel2, 0, g_channel1, 0, __func__, false); in sktc_channel_worker_xfer21() 906 g_channel2 = sktu_create_interface_channel(type, utun2); in skt_tunloop_common() 1002 os_channel_destroy(g_channel2); in skt_tunloop_common()
|