Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/openvswitch/
H A Ddatapath.c809 start = nla_nest_start_noflag(skb, OVS_FLOW_ATTR_ACTIONS); in ovs_flow_cmd_fill_actions()
948 if (!a[OVS_FLOW_ATTR_ACTIONS]) { in ovs_flow_cmd_new()
982 error = ovs_nla_copy_actions(net, a[OVS_FLOW_ATTR_ACTIONS], in ovs_flow_cmd_new()
1145 if (a[OVS_FLOW_ATTR_ACTIONS]) { in ovs_nla_init_match_and_action()
1153 *acts = get_flow_actions(net, a[OVS_FLOW_ATTR_ACTIONS], key, in ovs_nla_init_match_and_action()
1457 [OVS_FLOW_ATTR_ACTIONS] = { .type = NLA_NESTED },
/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.h565 OVS_FLOW_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.h565 OVS_FLOW_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */ enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dopenvswitch.h575 OVS_FLOW_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */ enumerator