Searched refs:acts (Results 1 – 6 of 6) sorted by relevance
615 struct sw_flow_actions *acts; in ovs_packet_cmd_execute() local671 &flow->key, &acts, log); in ovs_packet_cmd_execute()1005 struct sw_flow_actions *acts; in ovs_flow_cmd_new() local1085 acts = NULL; in ovs_flow_cmd_new()1173 struct sw_flow_actions *acts; in get_flow_actions() local1185 return acts; in get_flow_actions()1230 if (IS_ERR(*acts)) { in ovs_nla_init_match_and_action()1231 error = PTR_ERR(*acts); in ovs_nla_init_match_and_action()1267 &acts, log); in ovs_flow_cmd_set()1271 if (acts) { in ovs_flow_cmd_set()[all …]
52 struct sw_flow_actions **acts, bool log) in ovs_ct_copy_action() argument
2468 struct sw_flow_actions *acts; in reserve_sfa_size() local2479 acts = nla_alloc_flow_actions(new_acts_size); in reserve_sfa_size()2480 if (IS_ERR(acts)) in reserve_sfa_size()2481 return ERR_CAST(acts); in reserve_sfa_size()2483 memcpy(acts->actions, (*sfa)->actions, (*sfa)->actions_len); in reserve_sfa_size()2484 acts->actions_len = (*sfa)->actions_len; in reserve_sfa_size()2485 acts->orig_len = (*sfa)->orig_len; in reserve_sfa_size()2487 *sfa = acts; in reserve_sfa_size()
1639 const struct sw_flow_actions *acts, in ovs_execute_actions() argument1653 OVS_CB(skb)->acts_origlen = acts->orig_len; in ovs_execute_actions()1655 acts->actions, acts->actions_len); in ovs_execute_actions()
21 in the ring acts like a bridge for HSR frames, but filters frames
30 use a low speed TNC (a Terminal Node Controller acts as a kind of
Completed in 22 milliseconds