tuncreate
if (sc == NULL && (sc = tuncreate(dev, 0)) == NULL)
if ((sc = tuncreate(dev, flags)) == NULL)
static struct tun_softc *tuncreate(cdev_t, int);