Searched refs:tun_flags (Results 1 – 1 of 1) sorted by relevance
123 u_short tun_flags; /* misc flags */ member353 if ((tp->tun_flags & TUN_DYING) != 0) { in tun_busy_locked()451 tuntap_cloner_from_flags(int tun_flags) in tuntap_cloner_from_flags() argument455 if ((tun_flags & TUN_DRIVER_IDENT_MASK) == in tuntap_cloner_from_flags()468 tuntap_driver_from_flags(int tun_flags) in tuntap_driver_from_flags() argument472 if ((tun_flags & TUN_DRIVER_IDENT_MASK) == in tuntap_driver_from_flags()657 MPASS((tp->tun_flags & (TUN_DYING | TUN_TRANSIENT)) != TUN_DYING); in tun_destroy()658 tp->tun_flags |= TUN_DYING; in tun_destroy()666 tp->tun_flags &= ~TUN_DYING; in tun_destroy()685 if ((tp->tun_flags & TUN_TRANSIENT) != 0) { in tun_destroy()[all …]