Searched refs:ovs_vport_locate (Results 1 – 3 of 3) sorted by relevance
31 struct vport *ovs_vport_locate(const struct net *net, const char *name);
95 struct vport *ovs_vport_locate(const struct net *net, const char *name) in ovs_vport_locate() function
1571 vport = ovs_vport_locate(net, nla_data(a[OVS_DP_ATTR_NAME])); in lookup_datapath()2047 vport = ovs_vport_locate(net, nla_data(a[OVS_VPORT_ATTR_NAME])); in lookup_vport()