Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/
H A Dskf_net_off.c55 static int tun_open(const char *tun_name) in tun_open() function
231 fdt = tun_open(cfg_ifname); in main()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtc_redirect.c1085 static int tun_open(char *name) in tun_open()
1174 src_fd = tun_open("tun_src"); in test_tc_redirect_peer_l3()
1175 if (!ASSERT_GE(src_fd, 0, "tun_open tun_src")) in test_tc_redirect_peer_l3()
1184 target_fd = tun_open("tun_fwd"); in test_tc_redirect_peer_l3()
1185 if (!ASSERT_GE(target_fd, 0, "tun_open tun_fwd")) in test_tc_redirect_peer_l3()
1084 static int tun_open(char *name) tun_open() function