Searched refs:sw_flow_actions (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/net/openvswitch/ |
D | flow_netlink.h | 67 struct sw_flow_actions **sfa, bool log); 71 void ovs_nla_free_flow_actions(struct sw_flow_actions *);
|
D | flow_netlink.c | 1534 static struct sw_flow_actions *nla_alloc_flow_actions(int size, bool log) in nla_alloc_flow_actions() 1536 struct sw_flow_actions *sfa; in nla_alloc_flow_actions() 1553 void ovs_nla_free_flow_actions(struct sw_flow_actions *sf_acts) in ovs_nla_free_flow_actions() 1558 static struct nlattr *reserve_sfa_size(struct sw_flow_actions **sfa, in reserve_sfa_size() 1562 struct sw_flow_actions *acts; in reserve_sfa_size() 1565 int next_offset = offsetof(struct sw_flow_actions, actions) + in reserve_sfa_size() 1593 static struct nlattr *__add_action(struct sw_flow_actions **sfa, in __add_action() 1612 static int add_action(struct sw_flow_actions **sfa, int attrtype, in add_action() 1622 static inline int add_nested_action_start(struct sw_flow_actions **sfa, in add_nested_action_start() 1635 static inline void add_nested_action_end(struct sw_flow_actions *sfa, in add_nested_action_end() [all …]
|
D | flow.h | 210 struct sw_flow_actions { struct 236 struct sw_flow_actions __rcu *sf_acts; argument
|
D | datapath.c | 262 struct sw_flow_actions *sf_acts; in ovs_dp_process_packet() 514 struct sw_flow_actions *acts; in ovs_packet_cmd_execute() 517 struct sw_flow_actions *sf_acts; in ovs_packet_cmd_execute() 679 static size_t ovs_flow_cmd_msg_size(const struct sw_flow_actions *acts, in ovs_flow_cmd_msg_size() 751 const struct sw_flow_actions *sf_acts; in ovs_flow_cmd_fill_actions() 823 static struct sk_buff *ovs_flow_cmd_alloc_info(const struct sw_flow_actions *acts, in ovs_flow_cmd_alloc_info() 873 struct sw_flow_actions *acts; in ovs_flow_cmd_new() 962 struct sw_flow_actions *old_acts; in ovs_flow_cmd_new() 1024 static struct sw_flow_actions *get_flow_actions(const struct nlattr *a, in get_flow_actions() 1029 struct sw_flow_actions *acts; in get_flow_actions() [all …]
|
D | datapath.h | 193 const struct sw_flow_actions *, struct sw_flow_key *);
|
D | flow_table.c | 148 kfree((struct sw_flow_actions __force *)flow->sf_acts); in flow_free()
|
D | actions.c | 965 const struct sw_flow_actions *acts, in ovs_execute_actions()
|