Home
last modified time | relevance | path

Searched refs:tun_open (Results 1 – 3 of 3) 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()
H A Dtun.c177 static int tun_open(char *dev, const int flags, const int hdrlen, in tun_open() function
739 self->fd = tun_open(self->ifname, flags, TUN_VNET_TNL_SIZE, features, in FIXTURE_SETUP()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtc_redirect.c1085 static int tun_open(char *name) in tun_open() function
1174 src_fd = tun_open("tun_src"); in test_tc_redirect_peer_l3()
1184 target_fd = tun_open("tun_fwd"); in test_tc_redirect_peer_l3()