Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
A Dct.c35 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()
A Dact.h21 bool ct_clear; member
/linux-6.3-rc2/drivers/net/ethernet/mellanox/mlx5/core/
A Den_tc.c3535 static bool modify_tuple_supported(bool modify_tuple, bool ct_clear, in modify_tuple_supported() argument
3540 if (!modify_tuple || ct_clear) in modify_tuple_supported()
3570 bool ct_clear, in modify_header_match_supported() argument
3603 if (!modify_tuple_supported(modify_tuple, ct_clear, ct_flow, extack, in modify_header_match_supported()
3627 bool ct_flow, ct_clear; in actions_match_supported_fdb() local
3629 ct_clear = flow->attr->ct_attr.ct_action & TCA_CT_ACT_CLEAR; in actions_match_supported_fdb()
3630 ct_flow = flow_flag_test(flow, CT) && !ct_clear; in actions_match_supported_fdb()
3660 bool ct_flow, ct_clear; in actions_match_supported() local
3662 ct_clear = flow->attr->ct_attr.ct_action & TCA_CT_ACT_CLEAR; in actions_match_supported()
3663 ct_flow = flow_flag_test(flow, CT) && !ct_clear; in actions_match_supported()
[all …]

Completed in 14 milliseconds