Searched refs:sw_flow_actions (Results 1 – 9 of 9) sorted by relevance
/net/openvswitch/ |
D | flow_netlink.h | 59 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 *);
|
D | conntrack.h | 20 const struct sw_flow_key *, struct sw_flow_actions **, 52 struct sw_flow_actions **acts, bool log) in ovs_ct_copy_action()
|
D | flow_netlink.c | 2278 static struct sw_flow_actions *nla_alloc_flow_actions(int size) in nla_alloc_flow_actions() 2280 struct sw_flow_actions *sfa; in nla_alloc_flow_actions() 2403 void ovs_nla_free_flow_actions(struct sw_flow_actions *sf_acts) in ovs_nla_free_flow_actions() 2414 ovs_nla_free_flow_actions(container_of(head, struct sw_flow_actions, rcu)); in __ovs_nla_free_flow_actions() 2419 void ovs_nla_free_flow_actions_rcu(struct sw_flow_actions *sf_acts) in ovs_nla_free_flow_actions_rcu() 2424 static struct nlattr *reserve_sfa_size(struct sw_flow_actions **sfa, in reserve_sfa_size() 2428 struct sw_flow_actions *acts; in reserve_sfa_size() 2431 int next_offset = offsetof(struct sw_flow_actions, actions) + in reserve_sfa_size() 2463 static struct nlattr *__add_action(struct sw_flow_actions **sfa, in __add_action() 2482 int ovs_nla_add_action(struct sw_flow_actions **sfa, int attrtype, void *data, in ovs_nla_add_action() [all …]
|
D | flow.h | 192 struct sw_flow_actions { struct 220 struct sw_flow_actions __rcu *sf_acts;
|
D | datapath.c | 228 struct sw_flow_actions *sf_acts; in ovs_dp_process_packet() 571 struct sw_flow_actions *acts; in ovs_packet_cmd_execute() 574 struct sw_flow_actions *sf_acts; in ovs_packet_cmd_execute() 745 static size_t ovs_flow_cmd_msg_size(const struct sw_flow_actions *acts, in ovs_flow_cmd_msg_size() 824 const struct sw_flow_actions *sf_acts; in ovs_flow_cmd_fill_actions() 896 static struct sk_buff *ovs_flow_cmd_alloc_info(const struct sw_flow_actions *acts, in ovs_flow_cmd_alloc_info() 950 struct sw_flow_actions *acts; in ovs_flow_cmd_new() 1045 struct sw_flow_actions *old_acts; in ovs_flow_cmd_new() 1112 struct sw_flow_actions *get_flow_actions(struct net *net, in get_flow_actions() 1118 struct sw_flow_actions *acts; in get_flow_actions() [all …]
|
D | datapath.h | 271 const struct sw_flow_actions *, struct sw_flow_key *);
|
D | flow_table.c | 114 ovs_nla_free_flow_actions((struct sw_flow_actions __force *) in flow_free()
|
D | actions.c | 1584 const struct sw_flow_actions *acts, in ovs_execute_actions()
|
D | conntrack.c | 1674 struct sw_flow_actions **sfa, bool log) in ovs_ct_copy_action()
|