Lines Matching refs:sf_acts
262 struct sw_flow_actions *sf_acts; in ovs_dp_process_packet() local
289 sf_acts = rcu_dereference(flow->sf_acts); in ovs_dp_process_packet()
290 ovs_execute_actions(dp, skb, sf_acts, key); in ovs_dp_process_packet()
517 struct sw_flow_actions *sf_acts; in ovs_packet_cmd_execute() local
566 rcu_assign_pointer(flow->sf_acts, acts); in ovs_packet_cmd_execute()
585 sf_acts = rcu_dereference(flow->sf_acts); in ovs_packet_cmd_execute()
588 err = ovs_execute_actions(dp, packet, sf_acts, &flow->key); in ovs_packet_cmd_execute()
751 const struct sw_flow_actions *sf_acts; in ovs_flow_cmd_fill_actions() local
753 sf_acts = rcu_dereference_ovsl(flow->sf_acts); in ovs_flow_cmd_fill_actions()
754 err = ovs_nla_put_actions(sf_acts->actions, in ovs_flow_cmd_fill_actions()
755 sf_acts->actions_len, skb); in ovs_flow_cmd_fill_actions()
852 skb = ovs_flow_cmd_alloc_info(ovsl_dereference(flow->sf_acts), in ovs_flow_cmd_build_info()
942 rcu_assign_pointer(new_flow->sf_acts, acts); in ovs_flow_cmd_new()
990 old_acts = ovsl_dereference(flow->sf_acts); in ovs_flow_cmd_new()
991 rcu_assign_pointer(flow->sf_acts, acts); in ovs_flow_cmd_new()
1111 old_acts = ovsl_dereference(flow->sf_acts); in ovs_flow_cmd_set()
1112 rcu_assign_pointer(flow->sf_acts, acts); in ovs_flow_cmd_set()
1262 reply = ovs_flow_cmd_alloc_info((const struct sw_flow_actions __force *) flow->sf_acts, in ovs_flow_cmd_del()