Home
last modified time | relevance | path

Searched refs:ident_flags (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/sys/net/
H A Dif_tuntap.c272 int ident_flags; member
280 .ident_flags = 0,
297 .ident_flags = TUN_L2,
314 .ident_flags = TUN_L2 | TUN_VMNET,
435 flags = drv->ident_flags; in tuntap_name2info()
441 flags = drv->ident_flags; in tuntap_name2info()
473 if ((tun_flags & TUN_DRIVER_IDENT_MASK) == drv->ident_flags) in tuntap_driver_from_flags()
818 tp->tun_flags = drv->ident_flags; in tun_create_device()