Searched refs:sw_flow_actions (Results 1 – 9 of 9) sorted by relevance
| /net/openvswitch/ |
| A 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 *);
|
| A 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()
|
| A D | flow_netlink.c | 2322 struct sw_flow_actions *sfa; in nla_alloc_flow_actions() 2468 struct sw_flow_actions *acts; in reserve_sfa_size() 2547 struct sw_flow_actions **sfa, 2554 struct sw_flow_actions **sfa, in validate_and_copy_sample() 2622 struct sw_flow_actions **sfa, in validate_and_copy_dec_ttl() 2681 struct sw_flow_actions **sfa, in validate_and_copy_clone() 2762 struct sw_flow_actions **sfa, bool log) in validate_and_copy_set_tun() 3074 struct sw_flow_actions **sfa, in validate_and_copy_check_pkt_len() 3173 struct sw_flow_actions **sfa, bool log) in copy_action() 3188 struct sw_flow_actions **sfa, in __ovs_nla_copy_actions() [all …]
|
| A D | datapath.c | 251 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() 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() 1206 struct sw_flow_actions **acts, in ovs_nla_init_match_and_action() [all …]
|
| A D | flow.h | 206 struct sw_flow_actions { struct 234 struct sw_flow_actions __rcu *sf_acts;
|
| A D | datapath.h | 333 const struct sw_flow_actions *, struct sw_flow_key *);
|
| A D | flow_table.c | 115 ovs_nla_free_flow_actions((struct sw_flow_actions __force *) in flow_free()
|
| A D | actions.c | 1639 const struct sw_flow_actions *acts, in ovs_execute_actions()
|
| A D | conntrack.c | 1382 struct sw_flow_actions **sfa, bool log) in ovs_ct_copy_action()
|
Completed in 33 milliseconds