Searched refs:OVS_FLOW_ATTR_ACTIONS (Results 1 – 2 of 2) sorted by relevance
503 OVS_FLOW_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */ enumerator
792 start = nla_nest_start(skb, OVS_FLOW_ATTR_ACTIONS); in ovs_flow_cmd_fill_actions()929 if (!a[OVS_FLOW_ATTR_ACTIONS]) { in ovs_flow_cmd_new()959 error = ovs_nla_copy_actions(net, a[OVS_FLOW_ATTR_ACTIONS], in ovs_flow_cmd_new()1122 if (a[OVS_FLOW_ATTR_ACTIONS]) { in ovs_flow_cmd_set()1123 acts = get_flow_actions(net, a[OVS_FLOW_ATTR_ACTIONS], &key, in ovs_flow_cmd_set()1385 [OVS_FLOW_ATTR_ACTIONS] = { .type = NLA_NESTED },