Home
last modified time | relevance | path

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

/linux/net/openvswitch/
H A Dvport.h145 struct vport *ovs_vport_alloc(int priv_size, const struct vport_ops *,
H A Dvport-netdev.c127 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()
H A Dvport.c119 struct vport *ovs_vport_alloc(int priv_size, const struct vport_ops *ops, in ovs_vport_alloc() function