Home
last modified time | relevance | path

Searched refs:cond_false (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
Dpolice.c194 struct mlx5e_tc_act_branch_ctrl *cond_false) in tc_act_police_get_branch_ctrl() argument
199 cond_false->act_id = act->police.exceed.act_id; in tc_act_police_get_branch_ctrl()
200 cond_false->extval = act->police.exceed.extval; in tc_act_police_get_branch_ctrl()
Dact.h71 struct mlx5e_tc_act_branch_ctrl *cond_false);
/linux-6.12.1/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c3976 struct mlx5e_tc_act_branch_ctrl cond_true, cond_false; in parse_branch_ctrl() local
3983 tc_act->get_branch_ctrl(act, &cond_true, &cond_false); in parse_branch_ctrl()
3993 err = alloc_branch_attr(flow, &cond_false, in parse_branch_ctrl()