Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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) in ovs_vport_locate() function
H A Ddatapath.c1586 vport = ovs_vport_locate(net, nla_data(a[OVS_DP_ATTR_NAME])); in lookup_datapath()
2063 vport = ovs_vport_locate(net, nla_data(a[OVS_VPORT_ATTR_NAME])); in lookup_vport()
/kernel/linux/linux-6.6/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) in ovs_vport_locate() function
H A Ddatapath.c1634 vport = ovs_vport_locate(net, nla_data(a[OVS_DP_ATTR_NAME])); in lookup_datapath()
2189 vport = ovs_vport_locate(net, nla_data(a[OVS_VPORT_ATTR_NAME])); in lookup_vport()

Completed in 11 milliseconds