Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dif_vlan.c382 static struct if_clone vlan_cloner = IF_CLONE_INITIALIZER(VLANNAME, variable
428 if_clone_softc_deallocate(&vlan_cloner, ifv); in ifvlan_release()
909 return if_clone_attach(&vlan_cloner); in vlan_clone_attach()
975 ifv = if_clone_softc_allocate(&vlan_cloner); in vlan_clone_create()