Searched defs:actions (Results 1 – 6 of 6) sorted by relevance
/net/sched/ |
D | act_api.c | 675 int tcf_action_exec(struct sk_buff *skb, struct tc_action **actions, in tcf_action_exec() 736 int tcf_action_destroy(struct tc_action *actions[], int bind) in tcf_action_destroy() 761 static void tcf_action_put_many(struct tc_action *actions[]) in tcf_action_put_many() 851 int tcf_action_dump(struct sk_buff *skb, struct tc_action *actions[], in tcf_action_dump() 919 void tcf_idr_insert_many(struct tc_action *actions[]) in tcf_idr_insert_many() 1062 struct tc_action *actions[], int init_res[], size_t *attr_size, in tcf_action_init() 1187 static int tca_get_fill(struct sk_buff *skb, struct tc_action *actions[], in tca_get_fill() 1223 struct tc_action *actions[], int event, in tcf_get_notify() 1363 static int tcf_action_delete(struct net *net, struct tc_action *actions[]) in tcf_action_delete() 1393 tcf_del_notify(struct net *net, struct nlmsghdr *n, struct tc_action *actions[], in tcf_del_notify() [all …]
|
/net/openvswitch/ |
D | actions.c | 36 const struct nlattr *actions; member 124 const struct nlattr *actions, in add_deferred_actions() 943 const struct nlattr *actions, int actions_len, in output_userspace() 999 struct nlattr *actions = nla_data(attr); in dec_ttl_exception_handler() local 1017 struct nlattr *actions; in sample() local 1048 struct nlattr *actions; in clone() local 1196 const struct nlattr *actions, *cpl_arg; in execute_check_pkt_len() local 1483 const struct nlattr *actions, int len, in clone_execute() 1561 const struct nlattr *actions = da->actions; in process_deferred_actions() local
|
D | flow_netlink.c | 52 static bool actions_may_change_flow(const struct nlattr *actions) in actions_may_change_flow() 2361 static void ovs_nla_free_nested_actions(const struct nlattr *actions, int len) in ovs_nla_free_nested_actions() 2529 const struct nlattr *probability, *actions; in validate_and_copy_sample() local 2598 const struct nlattr *a, *actions; in validate_and_copy_dec_ttl() local 3479 struct nlattr *actions; in sample_action_to_attr() local
|
D | datapath.h | 123 const struct nlattr *actions; member
|
D | flow.h | 196 struct nlattr actions[]; member
|
/net/core/ |
D | devlink.c | 3133 unsigned long actions = actions_performed; in __devlink_reload_stats_update() local
|