Searched defs:actions (Results 1 – 5 of 5) sorted by relevance
/net/sched/ |
D | act_api.c | 647 int tcf_action_exec(struct sk_buff *skb, struct tc_action **actions, in tcf_action_exec() 699 int tcf_action_destroy(struct tc_action *actions[], int bind) in tcf_action_destroy() 720 struct tc_action *actions[] = { a, NULL }; in tcf_action_destroy_1() local 731 static void tcf_action_put_many(struct tc_action *actions[]) in tcf_action_put_many() 791 int tcf_action_dump(struct sk_buff *skb, struct tc_action *actions[], in tcf_action_dump() 957 struct tc_action *actions[], size_t *attr_size, in tcf_action_init() 1038 static int tca_get_fill(struct sk_buff *skb, struct tc_action *actions[], in tca_get_fill() 1074 struct tc_action *actions[], int event, in tcf_get_notify() 1214 static int tcf_action_delete(struct net *net, struct tc_action *actions[]) in tcf_action_delete() 1244 tcf_del_notify(struct net *net, struct nlmsghdr *n, struct tc_action *actions[], in tcf_del_notify() [all …]
|
/net/openvswitch/ |
D | actions.c | 37 const struct nlattr *actions; member 125 const struct nlattr *actions, in add_deferred_actions() 912 const struct nlattr *actions, int actions_len, in output_userspace() 971 struct nlattr *actions; in sample() local 1002 struct nlattr *actions; in clone() local 1149 const struct nlattr *actions, *cpl_arg; in execute_check_pkt_len() local 1370 const struct nlattr *actions, int len, in clone_execute() 1448 const struct nlattr *actions = da->actions; in process_deferred_actions() local
|
D | datapath.h | 119 const struct nlattr *actions; member
|
D | flow_netlink.c | 51 static bool actions_may_change_flow(const struct nlattr *actions) in actions_may_change_flow() 2418 const struct nlattr *probability, *actions; in validate_and_copy_sample() local 3242 struct nlattr *actions; in sample_action_to_attr() local
|
D | flow.h | 194 struct nlattr actions[]; member
|