Searched refs:actions (Results 1 – 7 of 7) sorted by relevance
/net/openvswitch/ |
D | Makefile | 8 actions.o \
|
D | datapath.c | 474 const struct nlattr *probability, *actions; in validate_sample() local 492 actions = attrs[OVS_SAMPLE_ATTR_ACTIONS]; in validate_sample() 493 if (!actions || (nla_len(actions) && nla_len(actions) < NLA_HDRLEN)) in validate_sample() 495 return validate_actions(actions, key, depth + 1); in validate_sample() 920 sf_acts->actions); in ovs_flow_cmd_fill_info() 1060 memcmp(old_acts->actions, nla_data(acts_attrs), in ovs_flow_cmd_new_or_set()
|
D | flow.h | 40 struct nlattr actions[]; member
|
D | flow.c | 201 struct sw_flow_actions *ovs_flow_actions_alloc(const struct nlattr *actions) in ovs_flow_actions_alloc() argument 203 int actions_len = nla_len(actions); in ovs_flow_actions_alloc() 214 nla_memcpy(sfa->actions, actions, actions_len); in ovs_flow_actions_alloc()
|
D | actions.c | 530 return do_execute_actions(dp, skb, acts->actions, in ovs_execute_actions()
|
/net/sched/ |
D | Kconfig | 321 only extended matches and actions. 533 Say Y here if you want to use traffic control actions. Actions 553 tristate "Generic actions" 556 Say Y here to take generic actions such as dropping and
|
/net/ipv4/ |
D | Kconfig | 90 however, it becomes possible to attach several actions to a packet
|