Searched refs:vport_parms (Results 1 – 5 of 5) sorted by relevance
21 struct vport_parms;28 struct vport *ovs_vport_add(const struct vport_parms *);98 struct vport_parms { struct125 struct vport *(*create)(const struct vport_parms *); argument146 const struct vport_parms *);
120 const struct vport_parms *parms) in ovs_vport_alloc()181 static struct vport_ops *ovs_vport_lookup(const struct vport_parms *parms) in ovs_vport_lookup()200 struct vport *ovs_vport_add(const struct vport_parms *parms) in ovs_vport_add()
122 static struct vport *netdev_create(const struct vport_parms *parms) in netdev_create()
123 static struct vport *internal_dev_create(const struct vport_parms *parms) in internal_dev_create()
126 static struct vport *new_vport(const struct vport_parms *);199 static struct vport *new_vport(const struct vport_parms *parms) in new_vport()1843 struct vport_parms parms; in ovs_dp_cmd_new()2334 struct vport_parms parms; in ovs_vport_cmd_new()