Home
last modified time | relevance | path

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

/netbsd-src/sys/net/
H A Dif_vlan.c204 static int vlan_clone_destroy(struct ifnet *);
240 IF_CLONE_INITIALIZER("vlan", vlan_clone_create, vlan_clone_destroy);
380 vlan_clone_destroy(struct ifnet *ifp) in vlan_clone_destroy() function