Home
last modified time | relevance | path

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

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