Searched refs:PATH_NET_TUN (Results 1 – 2 of 2) sorted by relevance
27 tapfd = open(PATH_NET_TUN, O_RDWR); in tap_support_features()30 PATH_NET_TUN, strerror(errno)); in tap_support_features()50 tapfd = open(PATH_NET_TUN, O_RDWR); in tap_open()52 PMD_DRV_LOG(ERR, "fail to open %s: %s", PATH_NET_TUN, strerror(errno)); in tap_open()
35 #define PATH_NET_TUN "/dev/net/tun" macro