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

/linux-master/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-gre.c46 vport = ovs_vport_alloc(0, &ovs_gre_vport_ops, parms);
H A Dvport-geneve.c76 vport = ovs_vport_alloc(sizeof(struct geneve_port),
H A Dvport-vxlan.c100 vport = ovs_vport_alloc(0, &ovs_vxlan_netdev_vport_ops, parms);
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, 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);
H A Dvport-netdev.c136 vport = ovs_vport_alloc(0, &ovs_netdev_vport_ops, parms);

Completed in 232 milliseconds