Lines Matching refs:sw_flow_actions
2306 static struct sw_flow_actions *nla_alloc_flow_actions(int size) in nla_alloc_flow_actions()
2308 struct sw_flow_actions *sfa; in nla_alloc_flow_actions()
2431 void ovs_nla_free_flow_actions(struct sw_flow_actions *sf_acts) in ovs_nla_free_flow_actions()
2442 ovs_nla_free_flow_actions(container_of(head, struct sw_flow_actions, rcu)); in __ovs_nla_free_flow_actions()
2447 void ovs_nla_free_flow_actions_rcu(struct sw_flow_actions *sf_acts) in ovs_nla_free_flow_actions_rcu()
2452 static struct nlattr *reserve_sfa_size(struct sw_flow_actions **sfa, in reserve_sfa_size()
2456 struct sw_flow_actions *acts; in reserve_sfa_size()
2459 int next_offset = offsetof(struct sw_flow_actions, actions) + in reserve_sfa_size()
2491 static struct nlattr *__add_action(struct sw_flow_actions **sfa, in __add_action()
2510 int ovs_nla_add_action(struct sw_flow_actions **sfa, int attrtype, void *data, in ovs_nla_add_action()
2520 static inline int add_nested_action_start(struct sw_flow_actions **sfa, in add_nested_action_start()
2533 static inline void add_nested_action_end(struct sw_flow_actions *sfa, in add_nested_action_end()
2544 struct sw_flow_actions **sfa,
2550 struct sw_flow_actions **sfa, in validate_and_copy_sample()
2616 struct sw_flow_actions **sfa, in validate_and_copy_dec_ttl()
2673 struct sw_flow_actions **sfa, in validate_and_copy_clone()
2751 struct sw_flow_actions **sfa, bool log) in validate_and_copy_set_tun()
2860 struct sw_flow_actions **sfa, bool *skip_copy, in validate_set()
3061 struct sw_flow_actions **sfa, in validate_and_copy_check_pkt_len()
3136 struct sw_flow_actions **sfa, bool log) in copy_action()
3151 struct sw_flow_actions **sfa, in __ovs_nla_copy_actions()
3474 struct sw_flow_actions **sfa, bool log) in ovs_nla_copy_actions()