Searched refs:OVS_FLOW_ATTR_ACTIONS (Results 1 – 2 of 2) sorted by relevance
849 start = nla_nest_start_noflag(skb, OVS_FLOW_ATTR_ACTIONS); in ovs_flow_cmd_fill_actions()989 if (!a[OVS_FLOW_ATTR_ACTIONS]) { in ovs_flow_cmd_new()1025 error = ovs_nla_copy_actions(net, a[OVS_FLOW_ATTR_ACTIONS], in ovs_flow_cmd_new()1192 if (a[OVS_FLOW_ATTR_ACTIONS]) { in ovs_nla_init_match_and_action()1200 *acts = get_flow_actions(net, a[OVS_FLOW_ATTR_ACTIONS], key, in ovs_nla_init_match_and_action()1504 [OVS_FLOW_ATTR_ACTIONS] = { .type = NLA_NESTED },
616 OVS_FLOW_ATTR_ACTIONS, /* Nested OVS_ACTION_ATTR_* attributes. */ enumerator
Completed in 11 milliseconds