Searched refs:OVS_FLOW_ATTR_ACTIONS (Results 1 – 2 of 2) sorted by relevance
767 start = nla_nest_start(skb, OVS_FLOW_ATTR_ACTIONS); in ovs_flow_cmd_fill_actions()903 if (!a[OVS_FLOW_ATTR_ACTIONS]) { in ovs_flow_cmd_new()937 error = ovs_nla_copy_actions(net, a[OVS_FLOW_ATTR_ACTIONS], in ovs_flow_cmd_new()1098 if (a[OVS_FLOW_ATTR_ACTIONS]) { in ovs_nla_init_match_and_action()1106 *acts = get_flow_actions(net, a[OVS_FLOW_ATTR_ACTIONS], key, in ovs_nla_init_match_and_action()1405 [OVS_FLOW_ATTR_ACTIONS] = { .type = NLA_NESTED },
568 OVS_FLOW_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */ enumerator