Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dif_vlan.c356 static struct if_clone vlan_cloner = IF_CLONE_INITIALIZER(VLANNAME, variable
402 if_clone_softc_deallocate(&vlan_cloner, ifv); in ifvlan_release()
884 return if_clone_attach(&vlan_cloner); in vlan_clone_attach()
899 ifv = if_clone_softc_allocate(&vlan_cloner); in vlan_clone_create()