Searched refs:sktu_create_interface_channel (Results 1 – 4 of 4) sorted by relevance
88 channel = sktu_create_interface_channel(SKTU_IFT_UTUN, tunsock); in skt_utun27302538_common()
270 channel_t sktu_create_interface_channel(sktu_if_type_t type, int tunsock);
903 g_channel1 = sktu_create_interface_channel(type, utun1); in skt_tunloop_common()904 g_channel2 = sktu_create_interface_channel(type, utun2); in skt_tunloop_common()
1186 sktu_create_interface_channel(sktu_if_type_t type, int tunsock) in sktu_create_interface_channel() function