Home
last modified time | relevance | path

Searched refs:actions_len (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/net/openvswitch/
Dactions.c37 int actions_len; member
125 const int actions_len) in add_deferred_actions() argument
135 da->actions_len = actions_len; in add_deferred_actions()
907 const struct nlattr *actions, int actions_len, in output_userspace() argument
948 upcall.actions_len = actions_len; in output_userspace()
1529 int actions_len = da->actions_len; in process_deferred_actions() local
1532 do_execute_actions(dp, skb, key, actions, actions_len); in process_deferred_actions()
1559 acts->actions, acts->actions_len); in ovs_execute_actions()
Ddatapath.h124 int actions_len; member
Dflow.h195 u32 actions_len; member
Dflow_netlink.c2287 sfa->actions_len = 0; in nla_alloc_flow_actions()
2312 nla_for_each_attr(a, sf_acts->actions, sf_acts->actions_len, rem) { in ovs_nla_free_flow_actions()
2346 (*sfa)->actions_len; in reserve_sfa_size()
2366 memcpy(acts->actions, (*sfa)->actions, (*sfa)->actions_len); in reserve_sfa_size()
2367 acts->actions_len = (*sfa)->actions_len; in reserve_sfa_size()
2373 (*sfa)->actions_len += req_size; in reserve_sfa_size()
2409 int used = (*sfa)->actions_len; in add_nested_action_start()
2425 a->nla_len = sfa->actions_len - st_offset; in add_nested_action_end()
Ddatapath.c367 if (upcall_info->actions_len) in upcall_msg_size()
476 if (upcall_info->actions_len) { in queue_userspace_packet()
483 upcall_info->actions_len, in queue_userspace_packet()
807 sf_acts->actions_len, skb); in ovs_flow_cmd_fill_actions()