Searched refs:actions_len (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/net/openvswitch/ |
| D | actions.c | 38 int actions_len; member 126 const int actions_len) in add_deferred_actions() argument 136 da->actions_len = actions_len; in add_deferred_actions() 910 const struct nlattr *actions, int actions_len, in output_userspace() argument 951 upcall.actions_len = actions_len; in output_userspace() 1447 int actions_len = da->actions_len; in process_deferred_actions() local 1450 do_execute_actions(dp, skb, key, actions, actions_len); in process_deferred_actions() 1477 acts->actions, acts->actions_len); in ovs_execute_actions()
|
| D | datapath.h | 120 int actions_len; member
|
| D | flow.h | 193 u32 actions_len; member
|
| D | flow_netlink.c | 2265 sfa->actions_len = 0; in nla_alloc_flow_actions() 2290 nla_for_each_attr(a, sf_acts->actions, sf_acts->actions_len, rem) { in ovs_nla_free_flow_actions() 2324 (*sfa)->actions_len; in reserve_sfa_size() 2344 memcpy(acts->actions, (*sfa)->actions, (*sfa)->actions_len); in reserve_sfa_size() 2345 acts->actions_len = (*sfa)->actions_len; in reserve_sfa_size() 2351 (*sfa)->actions_len += req_size; in reserve_sfa_size() 2387 int used = (*sfa)->actions_len; in add_nested_action_start() 2403 a->nla_len = sfa->actions_len - st_offset; in add_nested_action_end()
|
| D | datapath.c | 363 if (upcall_info->actions_len) in upcall_msg_size() 471 if (upcall_info->actions_len) { in queue_userspace_packet() 478 upcall_info->actions_len, in queue_userspace_packet() 780 sf_acts->actions_len, skb); in ovs_flow_cmd_fill_actions()
|