Home
last modified time | relevance | path

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

/Linux-v6.1/net/openvswitch/
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 *);
Dconntrack.h20 const struct sw_flow_key *, struct sw_flow_actions **,
52 struct sw_flow_actions **acts, bool log) in ovs_ct_copy_action()
Dflow.h206 struct sw_flow_actions { struct
234 struct sw_flow_actions __rcu *sf_acts;
Dflow_netlink.c2306 static struct sw_flow_actions *nla_alloc_flow_actions(int size) in nla_alloc_flow_actions()
2308 struct sw_flow_actions *sfa; in nla_alloc_flow_actions()
2431 void ovs_nla_free_flow_actions(struct sw_flow_actions *sf_acts) in ovs_nla_free_flow_actions()
2442 ovs_nla_free_flow_actions(container_of(head, struct sw_flow_actions, rcu)); in __ovs_nla_free_flow_actions()
2447 void ovs_nla_free_flow_actions_rcu(struct sw_flow_actions *sf_acts) in ovs_nla_free_flow_actions_rcu()
2452 static struct nlattr *reserve_sfa_size(struct sw_flow_actions **sfa, in reserve_sfa_size()
2456 struct sw_flow_actions *acts; in reserve_sfa_size()
2459 int next_offset = offsetof(struct sw_flow_actions, actions) + in reserve_sfa_size()
2491 static struct nlattr *__add_action(struct sw_flow_actions **sfa, in __add_action()
2510 int ovs_nla_add_action(struct sw_flow_actions **sfa, int attrtype, void *data, in ovs_nla_add_action()
[all …]
Ddatapath.c229 struct sw_flow_actions *sf_acts; in ovs_dp_process_packet()
572 struct sw_flow_actions *acts; in ovs_packet_cmd_execute()
575 struct sw_flow_actions *sf_acts; in ovs_packet_cmd_execute()
747 static size_t ovs_flow_cmd_msg_size(const struct sw_flow_actions *acts, in ovs_flow_cmd_msg_size()
826 const struct sw_flow_actions *sf_acts; in ovs_flow_cmd_fill_actions()
898 static struct sk_buff *ovs_flow_cmd_alloc_info(const struct sw_flow_actions *acts, in ovs_flow_cmd_alloc_info()
951 struct sw_flow_actions *acts; in ovs_flow_cmd_new()
1044 struct sw_flow_actions *old_acts; in ovs_flow_cmd_new()
1107 struct sw_flow_actions *get_flow_actions(struct net *net, in get_flow_actions()
1113 struct sw_flow_actions *acts; in get_flow_actions()
[all …]
Ddatapath.h269 const struct sw_flow_actions *, struct sw_flow_key *);
Dflow_table.c114 ovs_nla_free_flow_actions((struct sw_flow_actions __force *) in flow_free()
Dactions.c1584 const struct sw_flow_actions *acts, in ovs_execute_actions()
Dconntrack.c1681 struct sw_flow_actions **sfa, bool log) in ovs_ct_copy_action()