Home
last modified time | relevance | path

Searched refs:ovs_vport_alloc (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/net/openvswitch/
H A Dvport-gre.c46 vport = ovs_vport_alloc(0, &ovs_gre_vport_ops, parms); in gre_tnl_create()
H A Dvport-geneve.c76 vport = ovs_vport_alloc(sizeof(struct geneve_port), in geneve_tnl_create()
H A Dvport.h156 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.c122 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);
H A Dvport-netdev.c129 vport = ovs_vport_alloc(0, &ovs_netdev_vport_ops, parms); in netdev_create()
H A Dvport-internal_dev.c130 vport = ovs_vport_alloc(0, &ovs_internal_vport_ops, parms); in internal_dev_create()