Home
last modified time | relevance | path

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

/openbmc/linux/net/openvswitch/
H A Dactions.c40 int actions_len; member
128 const int actions_len) in add_deferred_actions() argument
138 da->actions_len = actions_len; in add_deferred_actions()
955 const struct nlattr *actions, int actions_len, in output_userspace() argument
1002 upcall.actions_len = actions_len; in output_userspace()
1605 int actions_len = da->actions_len; in process_deferred_actions() local
1608 do_execute_actions(dp, skb, key, actions, actions_len); in process_deferred_actions()
1635 acts->actions, acts->actions_len); in ovs_execute_actions()
H A Ddatapath.h142 int actions_len; member
H A Dflow.h209 u32 actions_len; member
H A Dflow_netlink.c2319 sfa->actions_len = 0; in nla_alloc_flow_actions()
2439 ovs_nla_free_nested_actions(sf_acts->actions, sf_acts->actions_len); in ovs_nla_free_flow_actions()
2463 (*sfa)->actions_len; 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()
2490 (*sfa)->actions_len += req_size; in reserve_sfa_size()
2526 int used = (*sfa)->actions_len; in add_nested_action_start()
2542 a->nla_len = sfa->actions_len - st_offset; in add_nested_action_end()
H A Ddatapath.c412 if (upcall_info->actions_len) in upcall_msg_size()
521 if (upcall_info->actions_len) { in queue_userspace_packet()
528 upcall_info->actions_len, in queue_userspace_packet()
854 sf_acts->actions_len, skb); in ovs_flow_cmd_fill_actions()