Home
last modified time | relevance | path

Searched refs:ovs_vport_alloc (Results 1 - 14 of 14) sorted by relevance

/kernel/linux/linux-5.10/net/openvswitch/
H A Dvport.c110 * ovs_vport_alloc - allocate and initialize new vport
120 struct vport *ovs_vport_alloc(int priv_size, const struct vport_ops *ops, in ovs_vport_alloc() function
148 EXPORT_SYMBOL_GPL(ovs_vport_alloc); variable
H A Dvport-vxlan.c100 vport = ovs_vport_alloc(0, &ovs_vxlan_netdev_vport_ops, parms); in vxlan_tnl_create()
H A Dvport-geneve.c76 vport = ovs_vport_alloc(sizeof(struct geneve_port), in geneve_tnl_create()
H A Dvport-gre.c46 vport = ovs_vport_alloc(0, &ovs_gre_vport_ops, parms); in gre_tnl_create()
H A Dvport.h99 /* For ovs_vport_alloc(). */
110 * a new vport allocated with ovs_vport_alloc(), otherwise an ERR_PTR() value.
136 struct vport *ovs_vport_alloc(int priv_size, const struct vport_ops *,
H A Dvport-netdev.c130 vport = ovs_vport_alloc(0, &ovs_netdev_vport_ops, parms); in netdev_create()
H A Dvport-internal_dev.c145 vport = ovs_vport_alloc(0, &ovs_internal_vport_ops, parms); in internal_dev_create()
/kernel/linux/linux-6.6/net/openvswitch/
H A Dvport.h107 /* For ovs_vport_alloc(). */
118 * a new vport allocated with ovs_vport_alloc(), otherwise an ERR_PTR() value.
156 struct vport *ovs_vport_alloc(int priv_size, const struct vport_ops *,
H A Dvport-vxlan.c100 vport = ovs_vport_alloc(0, &ovs_vxlan_netdev_vport_ops, parms); in vxlan_tnl_create()
H A Dvport-geneve.c76 vport = ovs_vport_alloc(sizeof(struct geneve_port), in geneve_tnl_create()
H A Dvport-gre.c46 vport = ovs_vport_alloc(0, &ovs_gre_vport_ops, parms); in gre_tnl_create()
H A Dvport-netdev.c129 vport = ovs_vport_alloc(0, &ovs_netdev_vport_ops, parms); in netdev_create()
H A Dvport.c110 * ovs_vport_alloc - allocate and initialize new vport
122 struct vport *ovs_vport_alloc(int priv_size, const struct vport_ops *ops, in ovs_vport_alloc() function
163 EXPORT_SYMBOL_GPL(ovs_vport_alloc); variable
H A Dvport-internal_dev.c130 vport = ovs_vport_alloc(0, &ovs_internal_vport_ops, parms); in internal_dev_create()

Completed in 8 milliseconds