Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/ethernet/mellanox/mlx5/core/steering/
Ddr_ste_v1.c632 bool allow_modify_hdr = true; in dr_ste_v1_set_actions_tx() local
649 allow_modify_hdr = false; in dr_ste_v1_set_actions_tx()
653 if (!allow_modify_hdr || action_sz < DR_STE_ACTION_DOUBLE_SZ) { in dr_ste_v1_set_actions_tx()
788 bool allow_modify_hdr = true; in dr_ste_v1_set_actions_rx() local
799 allow_modify_hdr = false; in dr_ste_v1_set_actions_rx()
805 allow_modify_hdr = false; in dr_ste_v1_set_actions_rx()
814 allow_modify_hdr = true; in dr_ste_v1_set_actions_rx()
824 !allow_modify_hdr) { in dr_ste_v1_set_actions_rx()
837 allow_modify_hdr = false; in dr_ste_v1_set_actions_rx()
842 if (!allow_modify_hdr || action_sz < DR_STE_ACTION_DOUBLE_SZ) { in dr_ste_v1_set_actions_rx()
[all …]