Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/skywalk/
H A Dskt_utunleak.c67 utuns[i] = sktu_create_interface(SKTU_IFT_UTUN, SKTU_IFF_ENABLE_NETIF); in skt_utunleak_main()
90 utuns[i] = sktu_create_interface(SKTU_IFT_UTUN, SKTU_IFF_ENABLE_NETIF); in skt_utunleak_main()
H A Dskt_utun27302538.c83 tunsock = sktu_create_interface(SKTU_IFT_UTUN, SKTU_IFF_ENABLE_NETIF | SKTU_IFF_ENABLE_CHANNEL); in skt_utun27302538_common()
H A Dskt_reass.c106 utun_fd = sktu_create_interface(SKTU_IFT_UTUN, SKTU_IFF_ENABLE_NETIF); in reass_init()
554 utun_fd = sktu_create_interface(SKTU_IFT_UTUN, in skt_reass_main()
H A Dskt_mangle.c398 ctx.utun_fd = sktu_create_interface(SKTU_IFT_UTUN, in skt_mangle_verify_internalize_metadata_main()
H A Dskywalk_test_utils.h267 int sktu_create_interface(sktu_if_type_t type, sktu_if_flag_t flags);
H A Dskt_utunloop.c876 utun1 = sktu_create_interface(type, flags); in skt_tunloop_common()
877 utun2 = sktu_create_interface(type, flags); in skt_tunloop_common()
H A Dskt_flowlookup.c403 utun_fd = sktu_create_interface(SKTU_IFT_UTUN, in dev_init()
H A Dskywalk_test_utils.c1067 sktu_create_interface(sktu_if_type_t type, sktu_if_flag_t flags) in sktu_create_interface() function