Searched refs:sf_acts (Results 1 – 4 of 4) sorted by relevance
262 struct sw_flow_actions *sf_acts; in ovs_dp_process_packet() local289 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() local566 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() local753 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()[all …]
236 struct sw_flow_actions __rcu *sf_acts; member
87 flow->sf_acts = NULL; in ovs_flow_alloc()148 kfree((struct sw_flow_actions __force *)flow->sf_acts); in flow_free()
1553 void ovs_nla_free_flow_actions(struct sw_flow_actions *sf_acts) in ovs_nla_free_flow_actions() argument1555 kfree_rcu(sf_acts, rcu); in ovs_nla_free_flow_actions()