Searched refs:open_tuntap (Results 1 – 5 of 5) sorted by relevance
157 tap_fd = open_tuntap(tun_dev, false); in setup()
198 tap_fd = open_tuntap(target_dev, need_mac); in setup_redirect_target()
275 tap_fd = open_tuntap(TAP_NAME, true); in test_xdp_context_tuntap()
90 int open_tuntap(const char *dev_name, bool need_mac);
568 int open_tuntap(const char *dev_name, bool need_mac) in open_tuntap() function