Lines Matching refs:sf_acts
261 struct sw_flow_actions *sf_acts; in ovs_dp_process_packet() local
288 sf_acts = rcu_dereference(flow->sf_acts); in ovs_dp_process_packet()
289 ovs_execute_actions(dp, skb, sf_acts, key); in ovs_dp_process_packet()
551 struct sw_flow_actions *sf_acts; in ovs_packet_cmd_execute() local
608 rcu_assign_pointer(flow->sf_acts, acts); in ovs_packet_cmd_execute()
627 sf_acts = rcu_dereference(flow->sf_acts); in ovs_packet_cmd_execute()
630 err = ovs_execute_actions(dp, packet, sf_acts, &flow->key); in ovs_packet_cmd_execute()
794 const struct sw_flow_actions *sf_acts; in ovs_flow_cmd_fill_actions() local
796 sf_acts = rcu_dereference_ovsl(flow->sf_acts); in ovs_flow_cmd_fill_actions()
797 err = ovs_nla_put_actions(sf_acts->actions, in ovs_flow_cmd_fill_actions()
798 sf_acts->actions_len, skb); in ovs_flow_cmd_fill_actions()
895 skb = ovs_flow_cmd_alloc_info(ovsl_dereference(flow->sf_acts), in ovs_flow_cmd_build_info()
986 rcu_assign_pointer(new_flow->sf_acts, acts); in ovs_flow_cmd_new()
1034 old_acts = ovsl_dereference(flow->sf_acts); in ovs_flow_cmd_new()
1035 rcu_assign_pointer(flow->sf_acts, acts); in ovs_flow_cmd_new()
1157 old_acts = ovsl_dereference(flow->sf_acts); in ovs_flow_cmd_set()
1158 rcu_assign_pointer(flow->sf_acts, acts); in ovs_flow_cmd_set()
1310 reply = ovs_flow_cmd_alloc_info((const struct sw_flow_actions __force *) flow->sf_acts, in ovs_flow_cmd_del()