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

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtc_redirect.c1072 static int tun_open(char *name) function
1161 src_fd = tun_open("tun_src");
1162 if (!ASSERT_GE(src_fd, 0, "tun_open tun_src"))
1171 target_fd = tun_open("tun_fwd");
1172 if (!ASSERT_GE(target_fd, 0, "tun_open tun_fwd"))

Completed in 137 milliseconds