Searched refs:vtype (Results 1 - 2 of 2) sorted by relevance

/solaris-userland/components/openvswitch/files/lib/
H A Ddpif-solaris.c134 enum ovs_vport_type vtype; member in struct:dpif_solaris_port
518 if (port->vtype != OVS_VPORT_TYPE_NETDEV &&
519 port->vtype != OVS_VPORT_TYPE_VXLAN &&
520 port->vtype != OVS_VPORT_TYPE_INTERNAL)
697 if ((port->is_uplink) && (port->vtype != OVS_VPORT_TYPE_VXLAN)) {
724 if ((port->is_uplink) && (port->vtype != OVS_VPORT_TYPE_VXLAN)) {
762 enum ovs_vport_type vtype; local
769 vtype = netdev_to_ovs_vport_type(netdev);
770 if (vtype == OVS_VPORT_TYPE_UNSPEC) {
777 VLOG_DBG("dpif_solaris_port_add %s (%s) type %s port_no %d vtype
2178 enum ovs_vport_type vtype; local
[all...]
H A Dutil-solaris.c865 dlmgr_DLValueType_t vtype, boolean_t temp)
889 new_val.ddlv_type = vtype;
890 switch (vtype) {
864 solaris_set_dlprop(const char *netdev_name, const char *propname, void *arg, dlmgr_DLValueType_t vtype, boolean_t temp) argument

Completed in 27 milliseconds