Home
last modified time | relevance | path

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

/linux-6.12.1/net/openvswitch/
Ddatapath.c847 start = nla_nest_start_noflag(skb, OVS_FLOW_ATTR_ACTIONS); in ovs_flow_cmd_fill_actions()
987 if (!a[OVS_FLOW_ATTR_ACTIONS]) { in ovs_flow_cmd_new()
1023 error = ovs_nla_copy_actions(net, a[OVS_FLOW_ATTR_ACTIONS], in ovs_flow_cmd_new()
1190 if (a[OVS_FLOW_ATTR_ACTIONS]) { in ovs_nla_init_match_and_action()
1198 *acts = get_flow_actions(net, a[OVS_FLOW_ATTR_ACTIONS], key, in ovs_nla_init_match_and_action()
1502 [OVS_FLOW_ATTR_ACTIONS] = { .type = NLA_NESTED },
/linux-6.12.1/include/uapi/linux/
Dopenvswitch.h616 OVS_FLOW_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */ enumerator