Searched refs:sw_flow_actions (Results 1 - 7 of 7) sorted by relevance

/linux-4.1.27/net/openvswitch/
H A Dflow_netlink.h67 struct sw_flow_actions **sfa, bool log);
71 void ovs_nla_free_flow_actions(struct sw_flow_actions *);
H A Dflow_netlink.c1534 static struct sw_flow_actions *nla_alloc_flow_actions(int size, bool log) nla_alloc_flow_actions()
1536 struct sw_flow_actions *sfa; nla_alloc_flow_actions()
1553 void ovs_nla_free_flow_actions(struct sw_flow_actions *sf_acts) ovs_nla_free_flow_actions()
1558 static struct nlattr *reserve_sfa_size(struct sw_flow_actions **sfa, reserve_sfa_size()
1562 struct sw_flow_actions *acts; reserve_sfa_size()
1565 int next_offset = offsetof(struct sw_flow_actions, actions) + reserve_sfa_size()
1593 static struct nlattr *__add_action(struct sw_flow_actions **sfa, __add_action()
1612 static int add_action(struct sw_flow_actions **sfa, int attrtype, add_action()
1622 static inline int add_nested_action_start(struct sw_flow_actions **sfa, add_nested_action_start()
1635 static inline void add_nested_action_end(struct sw_flow_actions *sfa, add_nested_action_end()
1646 int depth, struct sw_flow_actions **sfa,
1651 struct sw_flow_actions **sfa, validate_and_copy_sample()
1745 struct sw_flow_actions **sfa, bool log) validate_and_copy_set_tun()
1816 struct sw_flow_actions **sfa, validate_set()
1998 struct sw_flow_actions **sfa, bool log) copy_action()
2013 int depth, struct sw_flow_actions **sfa, __ovs_nla_copy_actions()
2169 struct sw_flow_actions **sfa, bool log) ovs_nla_copy_actions()
H A Dflow.h210 struct sw_flow_actions { struct
236 struct sw_flow_actions __rcu *sf_acts;
H A Ddatapath.c262 struct sw_flow_actions *sf_acts; ovs_dp_process_packet()
514 struct sw_flow_actions *acts; ovs_packet_cmd_execute()
517 struct sw_flow_actions *sf_acts; ovs_packet_cmd_execute()
679 static size_t ovs_flow_cmd_msg_size(const struct sw_flow_actions *acts, ovs_flow_cmd_msg_size()
751 const struct sw_flow_actions *sf_acts; ovs_flow_cmd_fill_actions()
823 static struct sk_buff *ovs_flow_cmd_alloc_info(const struct sw_flow_actions *acts, ovs_flow_cmd_alloc_info()
873 struct sw_flow_actions *acts; ovs_flow_cmd_new()
962 struct sw_flow_actions *old_acts; ovs_flow_cmd_new()
1024 static struct sw_flow_actions *get_flow_actions(const struct nlattr *a, get_flow_actions()
1029 struct sw_flow_actions *acts; get_flow_actions()
1053 struct sw_flow_actions *old_acts = NULL, *acts = NULL; ovs_flow_cmd_set()
1262 reply = ovs_flow_cmd_alloc_info((const struct sw_flow_actions __force *) flow->sf_acts, ovs_flow_cmd_del()
H A Ddatapath.h193 const struct sw_flow_actions *, struct sw_flow_key *);
H A Dflow_table.c148 kfree((struct sw_flow_actions __force *)flow->sf_acts); flow_free()
H A Dactions.c965 const struct sw_flow_actions *acts, ovs_execute_actions()

Completed in 138 milliseconds