Home
last modified time | relevance | path

Searched refs:sw_flow_actions (Results 1 – 9 of 9) sorted by relevance

/Linux-v4.19/net/openvswitch/
Dflow_netlink.h73 struct sw_flow_actions **sfa, bool log);
74 int ovs_nla_add_action(struct sw_flow_actions **sfa, int attrtype,
79 void ovs_nla_free_flow_actions(struct sw_flow_actions *);
80 void ovs_nla_free_flow_actions_rcu(struct sw_flow_actions *);
Dconntrack.h28 const struct sw_flow_key *, struct sw_flow_actions **,
59 struct sw_flow_actions **acts, bool log) in ovs_ct_copy_action()
Dflow.h204 struct sw_flow_actions { struct
232 struct sw_flow_actions __rcu *sf_acts;
Dflow_netlink.c2242 static struct sw_flow_actions *nla_alloc_flow_actions(int size) in nla_alloc_flow_actions()
2244 struct sw_flow_actions *sfa; in nla_alloc_flow_actions()
2269 void ovs_nla_free_flow_actions(struct sw_flow_actions *sf_acts) in ovs_nla_free_flow_actions()
2293 ovs_nla_free_flow_actions(container_of(head, struct sw_flow_actions, rcu)); in __ovs_nla_free_flow_actions()
2298 void ovs_nla_free_flow_actions_rcu(struct sw_flow_actions *sf_acts) in ovs_nla_free_flow_actions_rcu()
2303 static struct nlattr *reserve_sfa_size(struct sw_flow_actions **sfa, in reserve_sfa_size()
2307 struct sw_flow_actions *acts; in reserve_sfa_size()
2310 int next_offset = offsetof(struct sw_flow_actions, actions) + in reserve_sfa_size()
2342 static struct nlattr *__add_action(struct sw_flow_actions **sfa, in __add_action()
2361 int ovs_nla_add_action(struct sw_flow_actions **sfa, int attrtype, void *data, in ovs_nla_add_action()
[all …]
Ddatapath.c234 struct sw_flow_actions *sf_acts; in ovs_dp_process_packet()
532 struct sw_flow_actions *acts; in ovs_packet_cmd_execute()
535 struct sw_flow_actions *sf_acts; in ovs_packet_cmd_execute()
694 static size_t ovs_flow_cmd_msg_size(const struct sw_flow_actions *acts, in ovs_flow_cmd_msg_size()
769 const struct sw_flow_actions *sf_acts; in ovs_flow_cmd_fill_actions()
841 static struct sk_buff *ovs_flow_cmd_alloc_info(const struct sw_flow_actions *acts, in ovs_flow_cmd_alloc_info()
891 struct sw_flow_actions *acts; in ovs_flow_cmd_new()
984 struct sw_flow_actions *old_acts; in ovs_flow_cmd_new()
1046 static struct sw_flow_actions *get_flow_actions(struct net *net, in get_flow_actions()
1052 struct sw_flow_actions *acts; in get_flow_actions()
[all …]
Ddatapath.h245 const struct sw_flow_actions *, struct sw_flow_key *);
Dflow_table.c144 ovs_nla_free_flow_actions((struct sw_flow_actions __force *)flow->sf_acts); in flow_free()
Dactions.c1485 const struct sw_flow_actions *acts, in ovs_execute_actions()
Dconntrack.c1602 struct sw_flow_actions **sfa, bool log) in ovs_ct_copy_action()