Symbol: FLOW_ACTION_GOTO
drivers/net/ethernet/marvell/prestera/prestera_flower.c
122
case FLOW_ACTION_GOTO:
drivers/net/ethernet/mellanox/mlx5/core/diag/en_tc_tracepoint.c
23
[FLOW_ACTION_GOTO] = "GOTO",
drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/act.c
13
[FLOW_ACTION_GOTO] = &mlx5e_tc_act_goto,
drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/act.c
38
[FLOW_ACTION_GOTO] = &mlx5e_tc_act_goto,
drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
2193
case FLOW_ACTION_GOTO:
drivers/net/ethernet/mellanox/mlxsw/spectrum_flower.c
129
case FLOW_ACTION_GOTO: {
drivers/net/ethernet/microchip/lan966x/lan966x_tc_flower.c
291
if (last_actent->id == FLOW_ACTION_GOTO) {
drivers/net/ethernet/microchip/lan966x/lan966x_tc_flower.c
503
case FLOW_ACTION_GOTO:
drivers/net/ethernet/microchip/lan966x/lan966x_tc_matchall.c
26
case FLOW_ACTION_GOTO:
drivers/net/ethernet/microchip/sparx5/sparx5_tc_flower.c
1251
case FLOW_ACTION_GOTO:
drivers/net/ethernet/microchip/sparx5/sparx5_tc_flower.c
315
if (last_actent->id == FLOW_ACTION_GOTO) {
drivers/net/ethernet/microchip/sparx5/sparx5_tc_matchall.c
102
case FLOW_ACTION_GOTO:
drivers/net/ethernet/microchip/sparx5/sparx5_tc_matchall.c
154
} else if (entry->type == FLOW_ACTION_GOTO) {
drivers/net/ethernet/mscc/ocelot_flower.c
481
case FLOW_ACTION_GOTO:
drivers/net/ethernet/netronome/nfp/flower/conntrack.c
1823
ct_goto = get_flow_act(flow->rule, FLOW_ACTION_GOTO);
drivers/net/ethernet/netronome/nfp/flower/conntrack.c
1935
ct_goto = get_flow_act(flow->rule, FLOW_ACTION_GOTO);
drivers/net/ethernet/netronome/nfp/flower/conntrack.c
770
case FLOW_ACTION_GOTO:
drivers/net/ethernet/sfc/tc.c
861
case FLOW_ACTION_GOTO:
drivers/net/ethernet/sfc/tc.c
993
case FLOW_ACTION_GOTO:
net/sched/act_gact.c
253
entry->id = FLOW_ACTION_GOTO;
net/sched/act_gact.c
279
fl_action->id = FLOW_ACTION_GOTO;
net/sched/act_police.c
422
act_id = FLOW_ACTION_GOTO;