Home
last modified time | relevance | path

Searched refs:OVS_VPORT_ATTR_OPTIONS (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dopenvswitch.h256 OVS_VPORT_ATTR_OPTIONS, /* nested attributes, varies by vport type */ enumerator
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dopenvswitch.h256 OVS_VPORT_ATTR_OPTIONS, /* nested attributes, varies by vport type */ enumerator
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Dvport.c309 nla = nla_nest_start_noflag(skb, OVS_VPORT_ATTR_OPTIONS); in ovs_vport_get_options()
H A Ddatapath.c2169 parms.options = a[OVS_VPORT_ATTR_OPTIONS]; in ovs_vport_cmd_new()
2228 if (a[OVS_VPORT_ATTR_OPTIONS]) { in ovs_vport_cmd_set()
2229 err = ovs_vport_set_options(vport, a[OVS_VPORT_ATTR_OPTIONS]); in ovs_vport_cmd_set()
2408 [OVS_VPORT_ATTR_OPTIONS] = { .type = NLA_NESTED },
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dopenvswitch.h262 OVS_VPORT_ATTR_OPTIONS, /* nested attributes, varies by vport type */ enumerator