Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
Dct.c14 bool clear_action = act->ct.action & TCA_CT_ACT_CLEAR; in tc_act_can_offload_ct()
31 bool clear_action = act->ct.action & TCA_CT_ACT_CLEAR; in tc_act_parse_ct()
92 if (act->ct.action & TCA_CT_ACT_CLEAR) in tc_act_is_multi_table_act_ct()
/linux-6.1.9/include/uapi/linux/tc_act/
Dtc_ct.h32 #define TCA_CT_ACT_CLEAR (1 << 2) macro
/linux-6.1.9/net/sched/
Dact_ct.c1042 clear = p->ct_action & TCA_CT_ACT_CLEAR; in tcf_ct_act()
1266 if (p->ct_action & TCA_CT_ACT_CLEAR) in tcf_ct_fill_params()
1517 if (p->ct_action & TCA_CT_ACT_CLEAR) in tcf_ct_dump()
/linux-6.1.9/drivers/net/ethernet/netronome/nfp/flower/
Dconntrack.c89 if (act->ct.action == TCA_CT_ACT_CLEAR) { in is_post_ct_flow()
/linux-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c3479 ct_clear = flow->attr->ct_attr.ct_action & TCA_CT_ACT_CLEAR; in actions_match_supported_fdb()
3512 ct_clear = flow->attr->ct_attr.ct_action & TCA_CT_ACT_CLEAR; in actions_match_supported()