Searched refs:sf_acts (Results 1 – 3 of 3) sorted by relevance
| /linux/net/openvswitch/ |
| H A D | datapath.c | 251 struct sw_flow_actions *sf_acts; in ovs_dp_process_packet() local 296 sf_acts = rcu_dereference(flow->sf_acts); in ovs_dp_process_packet() 309 error = ovs_execute_actions(dp, skb, sf_acts, key); in ovs_dp_process_packet() 618 struct sw_flow_actions *sf_acts; in ovs_packet_cmd_execute() local 675 rcu_assign_pointer(flow->sf_acts, acts); in ovs_packet_cmd_execute() 694 sf_acts = rcu_dereference(flow->sf_acts); in ovs_packet_cmd_execute() 700 err = ovs_execute_actions(dp, packet, sf_acts, &flow->key); in ovs_packet_cmd_execute() 879 const struct sw_flow_actions *sf_acts; in ovs_flow_cmd_fill_actions() local 881 sf_acts = rcu_dereference_ovsl(flow->sf_acts); in ovs_flow_cmd_fill_actions() 882 err = ovs_nla_put_actions(sf_acts->actions, in ovs_flow_cmd_fill_actions() [all …]
|
| H A D | flow.h | 234 struct sw_flow_actions __rcu *sf_acts; member
|
| H A D | flow_netlink.c | 2406 void ovs_nla_free_flow_actions(struct sw_flow_actions *sf_acts) in ovs_nla_free_flow_actions() argument 2408 if (!sf_acts) in ovs_nla_free_flow_actions() 2411 ovs_nla_free_nested_actions(sf_acts->actions, sf_acts->actions_len); in ovs_nla_free_flow_actions() 2412 kfree(sf_acts); in ovs_nla_free_flow_actions() 2422 void ovs_nla_free_flow_actions_rcu(struct sw_flow_actions *sf_acts) in ovs_nla_free_flow_actions_rcu() argument 2424 call_rcu(&sf_acts->rcu, __ovs_nla_free_flow_actions); in ovs_nla_free_flow_actions_rcu()
|