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

/linux-master/net/openvswitch/
H A Dvport.h31 struct vport *ovs_vport_locate(const struct net *net, const char *name);
H A Dvport.c88 * ovs_vport_locate - find a port that has already been created
95 struct vport *ovs_vport_locate(const struct net *net, const char *name) function
H A Ddatapath.c1633 vport = ovs_vport_locate(net, nla_data(a[OVS_DP_ATTR_NAME]));
2188 vport = ovs_vport_locate(net, nla_data(a[OVS_VPORT_ATTR_NAME]));

Completed in 173 milliseconds