Searched refs:ct_clear (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/ |
D | ct.c | 35 if (clear_action && parse_state->ct_clear) in tc_act_parse_ct() 49 parse_state->ct_clear = true; in tc_act_parse_ct() 71 if (parse_state->ct_clear) { in tc_act_post_parse_ct() 81 parse_state->ct_clear = false; in tc_act_post_parse_ct()
|
D | act.h | 21 bool ct_clear; member
|
/Linux-v6.1/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tc.c | 3382 static bool modify_tuple_supported(bool modify_tuple, bool ct_clear, in modify_tuple_supported() argument 3387 if (!modify_tuple || ct_clear) in modify_tuple_supported() 3417 bool ct_clear, in modify_header_match_supported() argument 3450 if (!modify_tuple_supported(modify_tuple, ct_clear, ct_flow, extack, in modify_header_match_supported() 3475 bool ct_flow, ct_clear; in actions_match_supported_fdb() local 3477 ct_clear = flow->attr->ct_attr.ct_action & TCA_CT_ACT_CLEAR; in actions_match_supported_fdb() 3478 ct_flow = flow_flag_test(flow, CT) && !ct_clear; in actions_match_supported_fdb() 3508 bool ct_flow, ct_clear; in actions_match_supported() local 3510 ct_clear = flow->attr->ct_attr.ct_action & TCA_CT_ACT_CLEAR; in actions_match_supported() 3511 ct_flow = flow_flag_test(flow, CT) && !ct_clear; in actions_match_supported() [all …]
|