Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_mib.c124 if (ifp->if_dunit == IF_DUNIT_NONE) in sysctl_ifdata()
H A Difq.h47 #define IF_DUNIT_NONE -1 macro
H A Dif_var.h85 #define IF_DUNIT_NONE -1 macro
H A Dif_stf.c289 ifp->if_dunit = IF_DUNIT_NONE; in stf_clone_create()
H A Dif_vlan.c1123 unit = IF_DUNIT_NONE; in vlan_clone_create()
1404 if (unit != IF_DUNIT_NONE) in vlan_clone_destroy()
H A Dif_ovpn.c2561 if (unit != IF_DUNIT_NONE) in ovpn_clone_destroy()
H A Dif.c4033 if (unit != IF_DUNIT_NONE) in if_initname()
/freebsd/sys/dev/netmap/
H A Dnetmap_freebsd.c615 if_initname(ifp, name, IF_DUNIT_NONE); in nm_os_vi_persist()
/freebsd/sys/dev/xen/netback/
H A Dnetback.c1226 if_initname(ifp, xnb->if_name, IF_DUNIT_NONE); in create_netdev()