Home
last modified time | relevance | path

Searched refs:OVS_PACKET_ATTR_ACTIONS (Results 1 – 4 of 4) 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.h181 OVS_PACKET_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */ 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.h181 OVS_PACKET_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */ enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dopenvswitch.h186 OVS_PACKET_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */ enumerator
/OK3568_Linux_fs/kernel/net/openvswitch/
H A Ddatapath.c484 nla = nla_nest_start_noflag(user_skb, OVS_PACKET_ATTR_ACTIONS); in queue_userspace_packet()
572 !a[OVS_PACKET_ATTR_ACTIONS]) in ovs_packet_cmd_execute()
610 err = ovs_nla_copy_actions(net, a[OVS_PACKET_ATTR_ACTIONS], in ovs_packet_cmd_execute()
657 [OVS_PACKET_ATTR_ACTIONS] = { .type = NLA_NESTED },