ovs_vport_locate 1541 net/openvswitch/datapath.c 		vport = ovs_vport_locate(net, nla_data(a[OVS_DP_ATTR_NAME]));
ovs_vport_locate 1979 net/openvswitch/datapath.c 		vport = ovs_vport_locate(net, nla_data(a[OVS_VPORT_ATTR_NAME]));
ovs_vport_locate   31 net/openvswitch/vport.h struct vport *ovs_vport_locate(const struct net *net, const char *name);