Home
last modified time | relevance | path

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

/linux/net/openvswitch/
H A Dflow_netlink.h59 struct sw_flow_actions **sfa, bool log);
60 int ovs_nla_add_action(struct sw_flow_actions **sfa, int attrtype,
65 void ovs_nla_free_flow_actions(struct sw_flow_actions *);
66 void ovs_nla_free_flow_actions_rcu(struct sw_flow_actions *);
H A Dconntrack.h20 const struct sw_flow_key *, struct sw_flow_actions **,
52 struct sw_flow_actions **acts, bool log) in ovs_ct_copy_action()
H A Dflow.h206 struct sw_flow_actions { struct
234 struct sw_flow_actions __rcu *sf_acts;
H A Dflow_netlink.c2283 static struct sw_flow_actions *nla_alloc_flow_actions(int size) in nla_alloc_flow_actions()
2285 struct sw_flow_actions *sfa; in nla_alloc_flow_actions()
2406 void ovs_nla_free_flow_actions(struct sw_flow_actions *sf_acts) in ovs_nla_free_flow_actions()
2417 ovs_nla_free_flow_actions(container_of(head, struct sw_flow_actions, rcu)); in __ovs_nla_free_flow_actions()
2422 void ovs_nla_free_flow_actions_rcu(struct sw_flow_actions *sf_acts) in ovs_nla_free_flow_actions_rcu()
2427 static struct nlattr *reserve_sfa_size(struct sw_flow_actions **sfa, in reserve_sfa_size()
2431 struct sw_flow_actions *acts; in reserve_sfa_size()
2434 int next_offset = offsetof(struct sw_flow_actions, actions) + in reserve_sfa_size()
2457 static struct nlattr *__add_action(struct sw_flow_actions **sfa, in __add_action()
2476 int ovs_nla_add_action(struct sw_flow_actions **sfa, int attrtype, void *data, in ovs_nla_add_action()
[all …]
H A Ddatapath.c251 struct sw_flow_actions *sf_acts; in ovs_dp_process_packet()
615 struct sw_flow_actions *acts; in ovs_packet_cmd_execute()
618 struct sw_flow_actions *sf_acts; in ovs_packet_cmd_execute()
800 static size_t ovs_flow_cmd_msg_size(const struct sw_flow_actions *acts, in ovs_flow_cmd_msg_size()
879 const struct sw_flow_actions *sf_acts; in ovs_flow_cmd_fill_actions()
951 static struct sk_buff *ovs_flow_cmd_alloc_info(const struct sw_flow_actions *acts, in ovs_flow_cmd_alloc_info()
1005 struct sw_flow_actions *acts; in ovs_flow_cmd_new()
1100 struct sw_flow_actions *old_acts; in ovs_flow_cmd_new()
1167 struct sw_flow_actions *get_flow_actions(struct net *net, in get_flow_actions()
1173 struct sw_flow_actions *acts; in get_flow_actions()
[all …]
H A Ddatapath.h333 const struct sw_flow_actions *, struct sw_flow_key *);
H A Dactions.c1573 const struct sw_flow_actions *acts, in ovs_execute_actions()
H A Dconntrack.c1382 struct sw_flow_actions **sfa, bool log) in ovs_ct_copy_action()