Home
last modified time | relevance | path

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

/linux/net/openvswitch/
H A Dvport.h31 struct vport *ovs_vport_locate(const struct net *net, const char *name);
H A Dvport.c95 struct vport *ovs_vport_locate(const struct net *net, const char *name) in ovs_vport_locate() function
H A Ddatapath.c1633 vport = ovs_vport_locate(net, nla_data(a[OVS_DP_ATTR_NAME])); in lookup_datapath()
2193 vport = ovs_vport_locate(net, nla_data(a[OVS_VPORT_ATTR_NAME])); in lookup_vport()