Searched refs:sf_acts (Results 1 – 4 of 4) sorted by relevance
228 struct sw_flow_actions *sf_acts; in ovs_dp_process_packet() local263 sf_acts = rcu_dereference(flow->sf_acts); in ovs_dp_process_packet()566 struct sw_flow_actions *sf_acts; in ovs_packet_cmd_execute() local620 rcu_assign_pointer(flow->sf_acts, acts); in ovs_packet_cmd_execute()639 sf_acts = rcu_dereference(flow->sf_acts); in ovs_packet_cmd_execute()816 const struct sw_flow_actions *sf_acts; in ovs_flow_cmd_fill_actions() local818 sf_acts = rcu_dereference_ovsl(flow->sf_acts); in ovs_flow_cmd_fill_actions()819 err = ovs_nla_put_actions(sf_acts->actions, in ovs_flow_cmd_fill_actions()820 sf_acts->actions_len, skb); in ovs_flow_cmd_fill_actions()1063 rcu_assign_pointer(flow->sf_acts, acts); in ovs_flow_cmd_new()[all …]
220 struct sw_flow_actions __rcu *sf_acts; member
2304 void ovs_nla_free_flow_actions(struct sw_flow_actions *sf_acts) in ovs_nla_free_flow_actions() argument2309 if (!sf_acts) in ovs_nla_free_flow_actions()2312 nla_for_each_attr(a, sf_acts->actions, sf_acts->actions_len, rem) { in ovs_nla_free_flow_actions()2323 kfree(sf_acts); in ovs_nla_free_flow_actions()2333 void ovs_nla_free_flow_actions_rcu(struct sw_flow_actions *sf_acts) in ovs_nla_free_flow_actions_rcu() argument2335 call_rcu(&sf_acts->rcu, __ovs_nla_free_flow_actions); in ovs_nla_free_flow_actions_rcu()
113 if (flow->sf_acts) in flow_free()115 flow->sf_acts); in flow_free()
Completed in 18 milliseconds