Searched refs:vxlp_with (Results 1 – 4 of 4) sorted by relevance
236 params.vxlp_with |= VXLAN_PARAM_WITH_VNI; in DECL_CMD_FUNC()295 params.vxlp_with |= VXLAN_PARAM_WITH_LOCAL_ADDR4; in DECL_CMD_FUNC()298 params.vxlp_with |= VXLAN_PARAM_WITH_LOCAL_ADDR6; in DECL_CMD_FUNC()355 params.vxlp_with |= VXLAN_PARAM_WITH_REMOTE_ADDR4; in DECL_CMD_FUNC()438 params.vxlp_with |= VXLAN_PARAM_WITH_LOCAL_PORT; in DECL_CMD_FUNC()460 params.vxlp_with |= VXLAN_PARAM_WITH_REMOTE_PORT; in DECL_CMD_FUNC()486 params.vxlp_with |= VXLAN_PARAM_WITH_PORT_RANGE; in DECL_CMD_FUNC2()532 params.vxlp_with |= VXLAN_PARAM_WITH_FTABLE_MAX; in DECL_CMD_FUNC()550 params.vxlp_with |= VXLAN_PARAM_WITH_MULTICAST_IF; in DECL_CMD_FUNC()573 params.vxlp_with |= VXLAN_PARAM_WITH_TTL; in DECL_CMD_FUNC()[all …]
64 uint64_t vxlp_with; member
2928 if (vxlp->vxlp_with & (VXLAN_PARAM_WITH_LOCAL_ADDR4 | in vxlan_set_user_config()2934 if (vxlp->vxlp_with & (VXLAN_PARAM_WITH_LOCAL_ADDR6 | in vxlan_set_user_config()2938 if (vxlp->vxlp_with & VXLAN_PARAM_WITH_LOCAL_ADDR6) { in vxlan_set_user_config()2951 if (vxlp->vxlp_with & VXLAN_PARAM_WITH_VNI) { in vxlan_set_user_config()2980 if (vxlp->vxlp_with & VXLAN_PARAM_WITH_LOCAL_PORT) in vxlan_set_user_config()2982 if (vxlp->vxlp_with & VXLAN_PARAM_WITH_REMOTE_PORT) in vxlan_set_user_config()2985 if (vxlp->vxlp_with & VXLAN_PARAM_WITH_PORT_RANGE) { in vxlan_set_user_config()2992 if (vxlp->vxlp_with & VXLAN_PARAM_WITH_MULTICAST_IF) in vxlan_set_user_config()3000 if (vxlp->vxlp_with & VXLAN_PARAM_WITH_FTABLE_MAX) { in vxlan_set_user_config()3005 if (vxlp->vxlp_with & VXLAN_PARAM_WITH_TTL) { in vxlan_set_user_config()[all …]