Home
last modified time | relevance | path

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

/freebsd/sys/net/
H A Dif_vlan.c325 static int vlan_clone_destroy(struct if_clone *, struct ifnet *, uint32_t);
907 .destroy_f = vlan_clone_destroy,
1382 vlan_clone_destroy(struct if_clone *ifc, struct ifnet *ifp, uint32_t flags) in vlan_clone_destroy() function