Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c3094 static bool modify_tuple_supported(bool modify_tuple, bool ct_clear, in modify_tuple_supported() argument
3099 if (!modify_tuple || ct_clear) in modify_tuple_supported()
3129 bool ct_clear, in modify_header_match_supported() argument
3163 if (!modify_tuple_supported(modify_tuple, ct_clear, ct_flow, extack, in modify_header_match_supported()
3187 bool ct_flow = false, ct_clear = false; in actions_match_supported() local
3190 ct_clear = flow->attr->ct_attr.ct_action & in actions_match_supported()
3192 ct_flow = flow_flag_test(flow, CT) && !ct_clear; in actions_match_supported()
3210 ct_flow, ct_clear, in actions_match_supported()