Searched refs:fl_action (Results 1 - 14 of 14) sorted by relevance

/linux-master/net/sched/
H A Dact_gact.c270 struct flow_offload_action *fl_action = entry_data; local
273 fl_action->id = FLOW_ACTION_ACCEPT;
275 fl_action->id = FLOW_ACTION_DROP;
277 fl_action->id = FLOW_ACTION_TRAP;
279 fl_action->id = FLOW_ACTION_GOTO;
H A Dact_vlan.c391 struct flow_offload_action *fl_action = entry_data; local
395 fl_action->id = FLOW_ACTION_VLAN_PUSH;
398 fl_action->id = FLOW_ACTION_VLAN_POP;
401 fl_action->id = FLOW_ACTION_VLAN_MANGLE;
404 fl_action->id = FLOW_ACTION_VLAN_POP_ETH;
407 fl_action->id = FLOW_ACTION_VLAN_PUSH_ETH;
H A Dact_skbedit.c399 struct flow_offload_action *fl_action = entry_data; local
402 fl_action->id = FLOW_ACTION_MARK;
404 fl_action->id = FLOW_ACTION_PTYPE;
406 fl_action->id = FLOW_ACTION_PRIORITY;
408 fl_action->id = FLOW_ACTION_RX_QUEUE_MAPPING;
H A Dact_mirred.c607 struct flow_offload_action *fl_action = entry_data; local
610 fl_action->id = FLOW_ACTION_REDIRECT;
612 fl_action->id = FLOW_ACTION_MIRRED;
614 fl_action->id = FLOW_ACTION_REDIRECT_INGRESS;
616 fl_action->id = FLOW_ACTION_MIRRED_INGRESS;
H A Dact_mpls.c424 struct flow_offload_action *fl_action = entry_data; local
428 fl_action->id = FLOW_ACTION_MPLS_PUSH;
431 fl_action->id = FLOW_ACTION_MPLS_POP;
434 fl_action->id = FLOW_ACTION_MPLS_MANGLE;
H A Dact_api.c180 static int offload_action_init(struct flow_offload_action *fl_action, argument
187 fl_action->extack = extack;
188 fl_action->command = cmd;
189 fl_action->index = act->tcfa_index;
190 fl_action->cookie = (unsigned long)act;
194 err = act->ops->offload_act_setup(act, fl_action, NULL,
255 struct flow_offload_action *fl_action; local
263 fl_action = offload_action_alloc(num);
264 if (!fl_action)
267 err = offload_action_init(fl_action, actio
[all...]
H A Dact_pedit.c584 struct flow_offload_action *fl_action = entry_data; local
590 fl_action->id = FLOW_ACTION_MANGLE;
593 fl_action->id = FLOW_ACTION_ADD;
H A Dact_sample.c298 struct flow_offload_action *fl_action = entry_data; local
300 fl_action->id = FLOW_ACTION_SAMPLE;
H A Dact_police.c481 struct flow_offload_action *fl_action = entry_data; local
483 fl_action->id = FLOW_ACTION_POLICE;
H A Dact_csum.c692 struct flow_offload_action *fl_action = entry_data; local
694 fl_action->id = FLOW_ACTION_CSUM;
H A Dact_gate.c627 struct flow_offload_action *fl_action = entry_data; local
629 fl_action->id = FLOW_ACTION_GATE;
H A Dact_tunnel_key.c821 struct flow_offload_action *fl_action = entry_data; local
824 fl_action->id = FLOW_ACTION_TUNNEL_ENCAP;
826 fl_action->id = FLOW_ACTION_TUNNEL_DECAP;
H A Dact_ct.c1583 struct flow_offload_action *fl_action = entry_data; local
1585 fl_action->id = FLOW_ACTION_CT;
/linux-master/net/core/
H A Dflow_offload.c33 struct flow_offload_action *fl_action; local
36 fl_action = kzalloc(struct_size(fl_action, action.entries, num_actions),
38 if (!fl_action)
41 fl_action->action.num_entries = num_actions;
46 fl_action->action.entries[i].hw_stats = FLOW_ACTION_HW_STATS_DONT_CARE;
48 return fl_action;

Completed in 155 milliseconds