Searched refs:actions_len (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/net/openvswitch/ |
H A D | actions.c | 37 int actions_len; member 125 const int actions_len) in add_deferred_actions() 135 da->actions_len = actions_len; in add_deferred_actions() 943 const struct nlattr *actions, int actions_len, in output_userspace() 984 upcall.actions_len = actions_len; in output_userspace() 1562 int actions_len = da->actions_len; in process_deferred_actions() local 1565 do_execute_actions(dp, skb, key, actions, actions_len); in process_deferred_actions() 122 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 941 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 [all...] |
H A D | datapath.h | 124 int actions_len; member
|
H A D | flow.h | 195 u32 actions_len; member
|
H A D | flow_netlink.c | 2288 sfa->actions_len = 0; in nla_alloc_flow_actions() 2408 ovs_nla_free_nested_actions(sf_acts->actions, sf_acts->actions_len); in ovs_nla_free_flow_actions() 2432 (*sfa)->actions_len; in reserve_sfa_size() 2452 memcpy(acts->actions, (*sfa)->actions, (*sfa)->actions_len); in reserve_sfa_size() 2453 acts->actions_len = (*sfa)->actions_len; in reserve_sfa_size() 2459 (*sfa)->actions_len += req_size; in reserve_sfa_size() 2495 int used = (*sfa)->actions_len; in add_nested_action_start() 2511 a->nla_len = sfa->actions_len - st_offset; in add_nested_action_end()
|
H A D | datapath.c | 374 if (upcall_info->actions_len) in upcall_msg_size() 483 if (upcall_info->actions_len) { in queue_userspace_packet() 490 upcall_info->actions_len, in queue_userspace_packet() 815 sf_acts->actions_len, skb); in ovs_flow_cmd_fill_actions()
|
/kernel/linux/linux-6.6/net/openvswitch/ |
H A D | actions.c | 40 int actions_len; member 128 const int actions_len) in add_deferred_actions() 138 da->actions_len = actions_len; in add_deferred_actions() 949 const struct nlattr *actions, int actions_len, in output_userspace() 996 upcall.actions_len = actions_len; in output_userspace() 1599 int actions_len = da->actions_len; in process_deferred_actions() local 1602 do_execute_actions(dp, skb, key, actions, actions_len); in process_deferred_actions() 125 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 947 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 [all...] |
H A D | datapath.h | 142 int actions_len; member
|
H A D | flow.h | 209 u32 actions_len; member
|
H A D | flow_netlink.c | 2319 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 D | datapath.c | 412 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()
|
Completed in 22 milliseconds