Searched refs:actions_len (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/net/openvswitch/ |
D | actions.c | 768 const struct nlattr *actions, int actions_len) in output_userspace() argument 808 upcall.actions_len = actions_len; in output_userspace() 820 const struct nlattr *actions, int actions_len) in sample() argument 857 return output_userspace(dp, skb, key, a, actions, actions_len); in sample() 1166 acts->actions, acts->actions_len); in ovs_execute_actions()
|
D | datapath.h | 122 int actions_len; member
|
D | flow.h | 157 u32 actions_len; member
|
D | flow_netlink.c | 1688 sfa->actions_len = 0; in nla_alloc_flow_actions() 1713 nla_for_each_attr(a, sf_acts->actions, sf_acts->actions_len, rem) { in ovs_nla_free_flow_actions() 1747 (*sfa)->actions_len; in reserve_sfa_size() 1764 memcpy(acts->actions, (*sfa)->actions, (*sfa)->actions_len); in reserve_sfa_size() 1765 acts->actions_len = (*sfa)->actions_len; in reserve_sfa_size() 1771 (*sfa)->actions_len += req_size; in reserve_sfa_size() 1807 int used = (*sfa)->actions_len; in add_nested_action_start() 1823 a->nla_len = sfa->actions_len - st_offset; in add_nested_action_end()
|
D | datapath.c | 397 if (upcall_info->actions_len) in upcall_msg_size() 398 size += nla_total_size(upcall_info->actions_len); in upcall_msg_size() 495 if (upcall_info->actions_len) { in queue_userspace_packet() 498 upcall_info->actions_len, in queue_userspace_packet() 798 sf_acts->actions_len, skb); in ovs_flow_cmd_fill_actions()
|