Lines Matching defs:action
58 u16 action = nla_type(nla);
60 switch (action) {
2294 static void ovs_nla_free_check_pkt_len_action(const struct nlattr *action)
2299 nla_for_each_nested(a, action, rem) {
2309 static void ovs_nla_free_clone_action(const struct nlattr *action)
2311 const struct nlattr *a = nla_data(action);
2312 int rem = nla_len(action);
2323 static void ovs_nla_free_dec_ttl_action(const struct nlattr *action)
2325 const struct nlattr *a = nla_data(action);
2334 static void ovs_nla_free_sample_action(const struct nlattr *action)
2336 const struct nlattr *a = nla_data(action);
2337 int rem = nla_len(action);
2441 OVS_NLERR(log, "Flow action size exceeds max %u",
2552 /* validation done, copy sample action. */
2565 * If the sample is the last action, it can always be excuted
2788 /* We need to store the options in the action itself since
2836 /* There can be only one key in a action */
3054 /* Both the nested action should be present. */
3688 /* Revert the conversion we did from a non-masked set action to
3689 * masked set action.