Home
last modified time | relevance | path

Searched refs:is_terminating_action (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
Ddrop.c20 .is_terminating_action = true,
Daccept.c21 .is_terminating_action = true,
Dmirred_nic.c51 .is_terminating_action = true,
Dmirred.c330 .is_terminating_action = false,
336 .is_terminating_action = true,
Dgoto.c124 .is_terminating_action = true,
Dact.h73 bool is_terminating_action; member
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c3952 if (tc_act->is_terminating_action) { /* the branch ends here */ in dec_jump_count()