Searched refs:OVS_FLOW_ATTR_ACTIONS (Results 1 – 2 of 2) sorted by relevance
848 start = nla_nest_start_noflag(skb, OVS_FLOW_ATTR_ACTIONS); in ovs_flow_cmd_fill_actions()988 if (!a[OVS_FLOW_ATTR_ACTIONS]) { in ovs_flow_cmd_new()1024 error = ovs_nla_copy_actions(net, a[OVS_FLOW_ATTR_ACTIONS], in ovs_flow_cmd_new()1191 if (a[OVS_FLOW_ATTR_ACTIONS]) { in ovs_nla_init_match_and_action()1199 *acts = get_flow_actions(net, a[OVS_FLOW_ATTR_ACTIONS], key, in ovs_nla_init_match_and_action()1503 [OVS_FLOW_ATTR_ACTIONS] = { .type = NLA_NESTED },
616 OVS_FLOW_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */ enumerator