Home
last modified time | relevance | path

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

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