Home
last modified time | relevance | path

Searched refs:ovs_vport_set_options (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dvport.h35 int ovs_vport_set_options(struct vport *, struct nlattr *options);
H A Dvport.c236 int ovs_vport_set_options(struct vport *vport, struct nlattr *options) in ovs_vport_set_options() function
H A Ddatapath.c2229 err = ovs_vport_set_options(vport, a[OVS_VPORT_ATTR_OPTIONS]); in ovs_vport_cmd_set()