Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dsample.c24 flow_flag_set(parse_state->flow, SAMPLE); in tc_act_parse_sample()
H A Dmirred_nic.c42 flow_flag_set(parse_state->flow, HAIRPIN); in tc_act_parse_mirred_nic()
H A Dmpls.c86 flow_flag_set(parse_state->flow, L3_TO_L2_DECAP); in tc_act_parse_mpls_pop()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_priv.h154 #define flow_flag_set(flow, flag) __flow_flag_set(flow, MLX5E_TC_FLOW_FLAG_##flag) macro