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

/net/openvswitch/
H A Dvport.h48 struct vport *ovs_vport_locate(struct net *net, const char *name);
H A Dvport.c92 * ovs_vport_locate - find a port that has already been created
98 struct vport *ovs_vport_locate(struct net *net, const char *name) function
H A Ddatapath.c1326 vport = ovs_vport_locate(net, nla_data(a[OVS_DP_ATTR_NAME]));
1717 vport = ovs_vport_locate(net, nla_data(a[OVS_VPORT_ATTR_NAME]));

Completed in 27 milliseconds