Searched refs:vlan_clone_create (Results 1 – 1 of 1) sorted by relevance
118 int vlan_clone_create(struct if_clone *, int);152 IF_CLONE_INITIALIZER("vlan", vlan_clone_create, vlan_clone_destroy);154 IF_CLONE_INITIALIZER("svlan", vlan_clone_create, vlan_clone_destroy);183 vlan_clone_create(struct if_clone *ifc, int unit) in vlan_clone_create() function