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