Home
last modified time | relevance | path

Searched refs:acts (Results 1 – 6 of 6) sorted by relevance

/net/openvswitch/
A Ddatapath.c615 struct sw_flow_actions *acts; in ovs_packet_cmd_execute() local
671 &flow->key, &acts, log); in ovs_packet_cmd_execute()
1005 struct sw_flow_actions *acts; in ovs_flow_cmd_new() local
1085 acts = NULL; in ovs_flow_cmd_new()
1173 struct sw_flow_actions *acts; in get_flow_actions() local
1185 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 …]
A Dconntrack.h52 struct sw_flow_actions **acts, bool log) in ovs_ct_copy_action() argument
A Dflow_netlink.c2468 struct sw_flow_actions *acts; in reserve_sfa_size() local
2479 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()
A Dactions.c1639 const struct sw_flow_actions *acts, in ovs_execute_actions() argument
1653 OVS_CB(skb)->acts_origlen = acts->orig_len; in ovs_execute_actions()
1655 acts->actions, acts->actions_len); in ovs_execute_actions()
/net/hsr/
A DKconfig21 in the ring acts like a bridge for HSR frames, but filters frames
/net/ax25/
A DKconfig30 use a low speed TNC (a Terminal Node Controller acts as a kind of

Completed in 22 milliseconds