Lines Matching refs:sw_flow_actions

1675 static struct sw_flow_actions *nla_alloc_flow_actions(int size, bool log)  in nla_alloc_flow_actions()
1677 struct sw_flow_actions *sfa; in nla_alloc_flow_actions()
1705 void ovs_nla_free_flow_actions(struct sw_flow_actions *sf_acts) in ovs_nla_free_flow_actions()
1729 ovs_nla_free_flow_actions(container_of(head, struct sw_flow_actions, rcu)); in __ovs_nla_free_flow_actions()
1734 void ovs_nla_free_flow_actions_rcu(struct sw_flow_actions *sf_acts) in ovs_nla_free_flow_actions_rcu()
1739 static struct nlattr *reserve_sfa_size(struct sw_flow_actions **sfa, in reserve_sfa_size()
1743 struct sw_flow_actions *acts; in reserve_sfa_size()
1746 int next_offset = offsetof(struct sw_flow_actions, actions) + in reserve_sfa_size()
1775 static struct nlattr *__add_action(struct sw_flow_actions **sfa, in __add_action()
1794 int ovs_nla_add_action(struct sw_flow_actions **sfa, int attrtype, void *data, in ovs_nla_add_action()
1804 static inline int add_nested_action_start(struct sw_flow_actions **sfa, in add_nested_action_start()
1817 static inline void add_nested_action_end(struct sw_flow_actions *sfa, in add_nested_action_end()
1828 int depth, struct sw_flow_actions **sfa,
1833 struct sw_flow_actions **sfa, in validate_and_copy_sample()
1927 struct sw_flow_actions **sfa, bool log) in validate_and_copy_set_tun()
2006 struct sw_flow_actions **sfa, in validate_set()
2189 struct sw_flow_actions **sfa, bool log) in copy_action()
2204 int depth, struct sw_flow_actions **sfa, in __ovs_nla_copy_actions()
2368 struct sw_flow_actions **sfa, bool log) in ovs_nla_copy_actions()