Home
last modified time | relevance | path

Searched refs:open_tuntap (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_reroute.c157 tap_fd = open_tuntap(tun_dev, false); in setup()
H A Dxdp_context_test_run.c311 tap_fd = open_tuntap(TAP_NAME, true); in test_tuntap()
396 tap_fd = open_tuntap(TAP_NAME, true); in test_tuntap_mirred()
H A Dlwt_redirect.c198 tap_fd = open_tuntap(target_dev, need_mac); in setup_redirect_target()
/linux/tools/testing/selftests/bpf/
H A Dnetwork_helpers.h90 int open_tuntap(const char *dev_name, bool need_mac);
H A Dnetwork_helpers.c574 int open_tuntap(const char *dev_name, bool need_mac) in open_tuntap() function