Searched refs:sw_flow_actions (Results 1 – 9 of 9) sorted by relevance
| /linux-4.4.14/net/openvswitch/ |
| D | flow_netlink.h | 69 struct sw_flow_actions **sfa, bool log); 70 int ovs_nla_add_action(struct sw_flow_actions **sfa, int attrtype, 75 void ovs_nla_free_flow_actions(struct sw_flow_actions *); 76 void ovs_nla_free_flow_actions_rcu(struct sw_flow_actions *);
|
| D | conntrack.h | 27 const struct sw_flow_key *, struct sw_flow_actions **, 55 struct sw_flow_actions **acts, bool log) in ovs_ct_copy_action()
|
| D | flow.h | 154 struct sw_flow_actions { struct 181 struct sw_flow_actions __rcu *sf_acts; argument
|
| D | flow_netlink.c | 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() [all …]
|
| D | datapath.c | 261 struct sw_flow_actions *sf_acts; in ovs_dp_process_packet() 548 struct sw_flow_actions *acts; in ovs_packet_cmd_execute() 551 struct sw_flow_actions *sf_acts; in ovs_packet_cmd_execute() 722 static size_t ovs_flow_cmd_msg_size(const struct sw_flow_actions *acts, in ovs_flow_cmd_msg_size() 794 const struct sw_flow_actions *sf_acts; in ovs_flow_cmd_fill_actions() 866 static struct sk_buff *ovs_flow_cmd_alloc_info(const struct sw_flow_actions *acts, in ovs_flow_cmd_alloc_info() 917 struct sw_flow_actions *acts; in ovs_flow_cmd_new() 1006 struct sw_flow_actions *old_acts; in ovs_flow_cmd_new() 1068 static struct sw_flow_actions *get_flow_actions(struct net *net, in get_flow_actions() 1074 struct sw_flow_actions *acts; in get_flow_actions() [all …]
|
| D | datapath.h | 200 const struct sw_flow_actions *, struct sw_flow_key *);
|
| D | conntrack.c | 672 struct sw_flow_actions **sfa, bool log) in ovs_ct_copy_action()
|
| D | flow_table.c | 150 ovs_nla_free_flow_actions((struct sw_flow_actions __force *)flow->sf_acts); in flow_free()
|
| D | actions.c | 1158 const struct sw_flow_actions *acts, in ovs_execute_actions()
|