tun_lookup        126 net/if_tun.c   struct	tun_softc *tun_lookup(int);
tun_lookup        284 net/if_tun.c   		if ((tp = tun_lookup(unit)) == NULL)
tun_lookup        307 net/if_tun.c   	if ((tp = tun_lookup(minor(dev))) == NULL) {	/* create on demand */
tun_lookup        314 net/if_tun.c   		if ((tp = tun_lookup(minor(dev))) == NULL)
tun_lookup        346 net/if_tun.c   	if ((tp = tun_lookup(minor(dev))) == NULL)
tun_lookup        604 net/if_tun.c   	if ((tp = tun_lookup(minor(dev))) == NULL)
tun_lookup        715 net/if_tun.c   	if ((tp = tun_lookup(minor(dev))) == NULL)
tun_lookup        783 net/if_tun.c   	if ((tp = tun_lookup(minor(dev))) == NULL)
tun_lookup        925 net/if_tun.c   	if ((tp = tun_lookup(minor(dev))) == NULL)
tun_lookup        967 net/if_tun.c   	if ((tp = tun_lookup(minor(dev))) == NULL)