Searched refs:flow_flag_set (Results 1 – 4 of 4) sorted by relevance
24 flow_flag_set(parse_state->flow, SAMPLE); in tc_act_parse_sample()
42 flow_flag_set(parse_state->flow, HAIRPIN); in tc_act_parse_mirred_nic()
86 flow_flag_set(parse_state->flow, L3_TO_L2_DECAP); in tc_act_parse_mpls_pop()
154 #define flow_flag_set(flow, flag) __flow_flag_set(flow, MLX5E_TC_FLOW_FLAG_##flag) macro