Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/openvswitch/
H A Ddatapath.c1987 nla_put_string(skb, OVS_VPORT_ATTR_NAME, in ovs_vport_cmd_fill_info()
2055 if (a[OVS_VPORT_ATTR_NAME]) { in lookup_vport()
2056 vport = ovs_vport_locate(net, nla_data(a[OVS_VPORT_ATTR_NAME])); in lookup_vport()
2128 if (!a[OVS_VPORT_ATTR_NAME] || !a[OVS_VPORT_ATTR_TYPE] || in ovs_vport_cmd_new()
2167 parms.name = nla_data(a[OVS_VPORT_ATTR_NAME]); in ovs_vport_cmd_new()
2403 [OVS_VPORT_ATTR_NAME] = { .type = NLA_NUL_STRING, .len = IFNAMSIZ - 1 },
/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.h255 OVS_VPORT_ATTR_NAME, /* string name, up to IFNAMSIZ bytes long */ 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.h255 OVS_VPORT_ATTR_NAME, /* string name, up to IFNAMSIZ bytes long */ enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dopenvswitch.h261 OVS_VPORT_ATTR_NAME, /* string name, up to IFNAMSIZ bytes long */ enumerator