Searched refs:OVS_ACTION_ATTR_SET (Results 1 – 3 of 3) sorted by relevance
91 case OVS_ACTION_ATTR_SET: in actions_may_change_flow()2279 case OVS_ACTION_ATTR_SET: in ovs_nla_free_flow_actions()2578 start = add_nested_action_start(sfa, OVS_ACTION_ATTR_SET, log); in validate_and_copy_set_tun()2874 [OVS_ACTION_ATTR_SET] = (u32)-1, in __ovs_nla_copy_actions()2990 case OVS_ACTION_ATTR_SET: in __ovs_nla_copy_actions()3198 start = nla_nest_start(skb, OVS_ACTION_ATTR_SET); in set_action_to_attr()3212 if (nla_put(skb, OVS_ACTION_ATTR_SET, nla_len(a), ovs_key)) in set_action_to_attr()3230 nla = nla_nest_start(skb, OVS_ACTION_ATTR_SET); in masked_set_action_to_set_action_attr()3250 case OVS_ACTION_ATTR_SET: in ovs_nla_put_actions()
1294 case OVS_ACTION_ATTR_SET: in do_execute_actions()
858 OVS_ACTION_ATTR_SET, /* One nested OVS_KEY_ATTR_*. */ enumerator