Lines Matching defs:action
59 u16 action = nla_type(nla);
61 switch (action) {
2325 static void ovs_nla_free_check_pkt_len_action(const struct nlattr *action)
2330 nla_for_each_nested(a, action, rem) {
2340 static void ovs_nla_free_clone_action(const struct nlattr *action)
2342 const struct nlattr *a = nla_data(action);
2343 int rem = nla_len(action);
2354 static void ovs_nla_free_dec_ttl_action(const struct nlattr *action)
2356 const struct nlattr *a = nla_data(action);
2365 static void ovs_nla_free_sample_action(const struct nlattr *action)
2367 const struct nlattr *a = nla_data(action);
2368 int rem = nla_len(action);
2472 OVS_NLERR(log, "Flow action size exceeds max %u",
2583 /* validation done, copy sample action. */
2596 * If the sample is the last action, it can always be excuted
2829 /* We need to store the options in the action itself since
2877 /* There can be only one key in a action */
3095 /* Both the nested action should be present. */
3737 /* Revert the conversion we did from a non-masked set action to
3738 * masked set action.