Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_vxlan.c103 #define VXLAN_BASIC_IFCAPS (IFCAP_LINKSTATE | IFCAP_JUMBO_MTU) macro
3067 ifp->if_capabilities &= VXLAN_BASIC_IFCAPS; in vxlan_set_hwcaps()
3068 ifp->if_capenable &= VXLAN_BASIC_IFCAPS; in vxlan_set_hwcaps()
3200 ifp->if_capabilities = VXLAN_BASIC_IFCAPS; in vxlan_clone_create()
3201 ifp->if_capenable = VXLAN_BASIC_IFCAPS; in vxlan_clone_create()