Lines Matching refs:actions
53 const struct nlattr *actions; member
123 da->actions = attr; in add_deferred_actions()
768 const struct nlattr *actions, int actions_len) in output_userspace() argument
807 upcall.actions = actions; in output_userspace()
820 const struct nlattr *actions, int actions_len) in sample() argument
857 return output_userspace(dp, skb, key, a, actions, actions_len); in sample()
1143 const struct nlattr *actions = da->actions; in process_deferred_actions() local
1145 if (actions) in process_deferred_actions()
1146 do_execute_actions(dp, skb, key, actions, in process_deferred_actions()
1147 nla_len(actions)); in process_deferred_actions()
1166 acts->actions, acts->actions_len); in ovs_execute_actions()