Searched refs:actions_len (Results 1 – 5 of 5) sorted by relevance
| /linux/net/openvswitch/ |
| H A D | datapath.h | 155 int actions_len; member 197 int actions_len; member
|
| H A D | actions.c | 94 const int actions_len) in add_deferred_actions() 103 da->actions_len = actions_len; in add_deferred_actions() 864 const struct nlattr *actions, int actions_len, in output_userspace() 912 upcall.actions_len = actions_len; in output_userspace() 1560 int actions_len = da->actions_len; in process_deferred_actions() 1563 do_execute_actions(dp, skb, key, actions, actions_len); in process_deferred_actions() 1590 acts->actions, acts->actions_len); in ovs_execute_actions() 93 add_deferred_actions(struct sk_buff * skb,const struct sw_flow_key * key,const struct nlattr * actions,const int actions_len) add_deferred_actions() argument 863 output_userspace(struct datapath * dp,struct sk_buff * skb,struct sw_flow_key * key,const struct nlattr * attr,const struct nlattr * actions,int actions_len,uint32_t cutlen) output_userspace() argument 1559 int actions_len = da->actions_len; process_deferred_actions() local [all...] |
| H A D | flow.h | 209 u32 actions_len; member
|
| H A D | flow_netlink.c | 2291 sfa->actions_len = 0; in nla_alloc_flow_actions() 2411 ovs_nla_free_nested_actions(sf_acts->actions, sf_acts->actions_len); in ovs_nla_free_flow_actions() 2435 (*sfa)->actions_len; in reserve_sfa_size() 2446 memcpy(acts->actions, (*sfa)->actions, (*sfa)->actions_len); in reserve_sfa_size() 2447 acts->actions_len = (*sfa)->actions_len; in reserve_sfa_size() 2453 (*sfa)->actions_len += req_size; in reserve_sfa_size() 2489 int used = (*sfa)->actions_len; in add_nested_action_start() 2505 a->nla_len = sfa->actions_len - st_offset; in add_nested_action_end()
|
| H A D | datapath.c | 431 if (upcall_info->actions_len) in upcall_msg_size() 540 if (upcall_info->actions_len) { in queue_userspace_packet() 547 upcall_info->actions_len, in queue_userspace_packet() 883 sf_acts->actions_len, skb); in ovs_flow_cmd_fill_actions()
|