Searched refs:tun_alloc (Results 1 – 3 of 3) sorted by relevance
60 static int tun_alloc(struct vdev_info *dev, char *tun_name) in tun_alloc() function520 fd = tun_alloc(&dev, tun_name); in main()
147 static int tun_alloc(char *dev) in tun_alloc() function493 self->fd = tun_alloc(self->ifname); in FIXTURE_SETUP()496 self->fd2 = tun_alloc(self->ifname); in FIXTURE_SETUP()
93 int tun_alloc(char *dev)