sw_flow_actions  1463 net/openvswitch/actions.c 			const struct sw_flow_actions *acts,
sw_flow_actions  1650 net/openvswitch/conntrack.c 		       struct sw_flow_actions **sfa,  bool log)
sw_flow_actions    20 net/openvswitch/conntrack.h 		       const struct sw_flow_key *, struct sw_flow_actions **,
sw_flow_actions    51 net/openvswitch/conntrack.h 				     struct sw_flow_actions **acts, bool log)
sw_flow_actions   221 net/openvswitch/datapath.c 	struct sw_flow_actions *sf_acts;
sw_flow_actions   538 net/openvswitch/datapath.c 	struct sw_flow_actions *acts;
sw_flow_actions   541 net/openvswitch/datapath.c 	struct sw_flow_actions *sf_acts;
sw_flow_actions   701 net/openvswitch/datapath.c static size_t ovs_flow_cmd_msg_size(const struct sw_flow_actions *acts,
sw_flow_actions   780 net/openvswitch/datapath.c 		const struct sw_flow_actions *sf_acts;
sw_flow_actions   852 net/openvswitch/datapath.c static struct sk_buff *ovs_flow_cmd_alloc_info(const struct sw_flow_actions *acts,
sw_flow_actions   905 net/openvswitch/datapath.c 	struct sw_flow_actions *acts;
sw_flow_actions   998 net/openvswitch/datapath.c 		struct sw_flow_actions *old_acts;
sw_flow_actions  1060 net/openvswitch/datapath.c static noinline_for_stack struct sw_flow_actions *get_flow_actions(struct net *net,
sw_flow_actions  1066 net/openvswitch/datapath.c 	struct sw_flow_actions *acts;
sw_flow_actions  1099 net/openvswitch/datapath.c 			      struct sw_flow_actions **acts,
sw_flow_actions  1144 net/openvswitch/datapath.c 	struct sw_flow_actions *old_acts = NULL, *acts = NULL;
sw_flow_actions  1345 net/openvswitch/datapath.c 	reply = ovs_flow_cmd_alloc_info((const struct sw_flow_actions __force *) flow->sf_acts,
sw_flow_actions   234 net/openvswitch/datapath.h 			const struct sw_flow_actions *, struct sw_flow_key *);
sw_flow_actions   218 net/openvswitch/flow.h 	struct sw_flow_actions __rcu *sf_acts;
sw_flow_actions  2255 net/openvswitch/flow_netlink.c static struct sw_flow_actions *nla_alloc_flow_actions(int size)
sw_flow_actions  2257 net/openvswitch/flow_netlink.c 	struct sw_flow_actions *sfa;
sw_flow_actions  2282 net/openvswitch/flow_netlink.c void ovs_nla_free_flow_actions(struct sw_flow_actions *sf_acts)
sw_flow_actions  2306 net/openvswitch/flow_netlink.c 	ovs_nla_free_flow_actions(container_of(head, struct sw_flow_actions, rcu));
sw_flow_actions  2311 net/openvswitch/flow_netlink.c void ovs_nla_free_flow_actions_rcu(struct sw_flow_actions *sf_acts)
sw_flow_actions  2316 net/openvswitch/flow_netlink.c static struct nlattr *reserve_sfa_size(struct sw_flow_actions **sfa,
sw_flow_actions  2320 net/openvswitch/flow_netlink.c 	struct sw_flow_actions *acts;
sw_flow_actions  2323 net/openvswitch/flow_netlink.c 	int next_offset = offsetof(struct sw_flow_actions, actions) +
sw_flow_actions  2355 net/openvswitch/flow_netlink.c static struct nlattr *__add_action(struct sw_flow_actions **sfa,
sw_flow_actions  2374 net/openvswitch/flow_netlink.c int ovs_nla_add_action(struct sw_flow_actions **sfa, int attrtype, void *data,
sw_flow_actions  2384 net/openvswitch/flow_netlink.c static inline int add_nested_action_start(struct sw_flow_actions **sfa,
sw_flow_actions  2397 net/openvswitch/flow_netlink.c static inline void add_nested_action_end(struct sw_flow_actions *sfa,
sw_flow_actions  2408 net/openvswitch/flow_netlink.c 				  struct sw_flow_actions **sfa,
sw_flow_actions  2413 net/openvswitch/flow_netlink.c 				    struct sw_flow_actions **sfa,
sw_flow_actions  2479 net/openvswitch/flow_netlink.c 				   struct sw_flow_actions **sfa,
sw_flow_actions  2557 net/openvswitch/flow_netlink.c 				     struct sw_flow_actions **sfa, bool log)
sw_flow_actions  2666 net/openvswitch/flow_netlink.c 			struct sw_flow_actions **sfa, bool *skip_copy,
sw_flow_actions  2865 net/openvswitch/flow_netlink.c 					   struct sw_flow_actions **sfa,
sw_flow_actions  2939 net/openvswitch/flow_netlink.c 		       struct sw_flow_actions **sfa, bool log)
sw_flow_actions  2954 net/openvswitch/flow_netlink.c 				  struct sw_flow_actions **sfa,
sw_flow_actions  3219 net/openvswitch/flow_netlink.c 			 struct sw_flow_actions **sfa, bool log)
sw_flow_actions    59 net/openvswitch/flow_netlink.h 			 struct sw_flow_actions **sfa, bool log);
sw_flow_actions    60 net/openvswitch/flow_netlink.h int ovs_nla_add_action(struct sw_flow_actions **sfa, int attrtype,
sw_flow_actions    65 net/openvswitch/flow_netlink.h void ovs_nla_free_flow_actions(struct sw_flow_actions *);
sw_flow_actions    66 net/openvswitch/flow_netlink.h void ovs_nla_free_flow_actions_rcu(struct sw_flow_actions *);
sw_flow_actions   108 net/openvswitch/flow_table.c 		ovs_nla_free_flow_actions((struct sw_flow_actions __force *)flow->sf_acts);