sf_acts 221 net/openvswitch/datapath.c struct sw_flow_actions *sf_acts; sf_acts 248 net/openvswitch/datapath.c sf_acts = rcu_dereference(flow->sf_acts); sf_acts 249 net/openvswitch/datapath.c error = ovs_execute_actions(dp, skb, sf_acts, key); sf_acts 541 net/openvswitch/datapath.c struct sw_flow_actions *sf_acts; sf_acts 586 net/openvswitch/datapath.c rcu_assign_pointer(flow->sf_acts, acts); sf_acts 605 net/openvswitch/datapath.c sf_acts = rcu_dereference(flow->sf_acts); sf_acts 608 net/openvswitch/datapath.c err = ovs_execute_actions(dp, packet, sf_acts, &flow->key); sf_acts 780 net/openvswitch/datapath.c const struct sw_flow_actions *sf_acts; sf_acts 782 net/openvswitch/datapath.c sf_acts = rcu_dereference_ovsl(flow->sf_acts); sf_acts 783 net/openvswitch/datapath.c err = ovs_nla_put_actions(sf_acts->actions, sf_acts 784 net/openvswitch/datapath.c sf_acts->actions_len, skb); sf_acts 881 net/openvswitch/datapath.c skb = ovs_flow_cmd_alloc_info(ovsl_dereference(flow->sf_acts), sf_acts 978 net/openvswitch/datapath.c rcu_assign_pointer(new_flow->sf_acts, acts); sf_acts 1026 net/openvswitch/datapath.c old_acts = ovsl_dereference(flow->sf_acts); sf_acts 1027 net/openvswitch/datapath.c rcu_assign_pointer(flow->sf_acts, acts); sf_acts 1192 net/openvswitch/datapath.c old_acts = ovsl_dereference(flow->sf_acts); sf_acts 1193 net/openvswitch/datapath.c rcu_assign_pointer(flow->sf_acts, acts); sf_acts 1345 net/openvswitch/datapath.c reply = ovs_flow_cmd_alloc_info((const struct sw_flow_actions __force *) flow->sf_acts, sf_acts 218 net/openvswitch/flow.h struct sw_flow_actions __rcu *sf_acts; sf_acts 2282 net/openvswitch/flow_netlink.c void ovs_nla_free_flow_actions(struct sw_flow_actions *sf_acts) sf_acts 2287 net/openvswitch/flow_netlink.c if (!sf_acts) sf_acts 2290 net/openvswitch/flow_netlink.c nla_for_each_attr(a, sf_acts->actions, sf_acts->actions_len, rem) { sf_acts 2301 net/openvswitch/flow_netlink.c kfree(sf_acts); sf_acts 2311 net/openvswitch/flow_netlink.c void ovs_nla_free_flow_actions_rcu(struct sw_flow_actions *sf_acts) sf_acts 2313 net/openvswitch/flow_netlink.c call_rcu(&sf_acts->rcu, __ovs_nla_free_flow_actions); sf_acts 107 net/openvswitch/flow_table.c if (flow->sf_acts) sf_acts 108 net/openvswitch/flow_table.c ovs_nla_free_flow_actions((struct sw_flow_actions __force *)flow->sf_acts);