Searched refs:vlan_clone_create (Results 1 – 1 of 1) sorted by relevance
203 static int vlan_clone_create(struct if_clone *, int);240 IF_CLONE_INITIALIZER("vlan", vlan_clone_create, vlan_clone_destroy);331 vlan_clone_create(struct if_clone *ifc, int unit) in vlan_clone_create() function