Home
last modified time | relevance | path

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

/freebsd-13.1/sys/net/
H A Dif_vxlan.c378 static int vxlan_clone_create(struct if_clone *, int, caddr_t);
3171 vxlan_clone_create(struct if_clone *ifc, int unit, caddr_t params) in vxlan_clone_create() function
3615 vxlan_cloner = if_clone_simple(vxlan_name, vxlan_clone_create, in vxlan_load()