Home
last modified time | relevance | path

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

/openbsd/src/sys/net/
Dif_vxlan.c161 static int vxlan_clone_destroy(struct ifnet *);
199 IF_CLONE_INITIALIZER("vxlan", vxlan_clone_create, vxlan_clone_destroy);
286 vxlan_clone_destroy(struct ifnet *ifp) in vxlan_clone_destroy() function