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