Home
last modified time | relevance | path

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

/Linux-v5.10/include/uapi/linux/tc_act/
Dtc_ct.h32 #define TCA_CT_ACT_CLEAR (1 << 2) macro
/Linux-v5.10/net/sched/
Dact_ct.c938 clear = p->ct_action & TCA_CT_ACT_CLEAR; in tcf_ct_act()
1155 if (p->ct_action & TCA_CT_ACT_CLEAR) in tcf_ct_fill_params()
1407 if (p->ct_action & TCA_CT_ACT_CLEAR) in tcf_ct_dump()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/en/
Dtc_ct.c1771 bool clear_action = attr->ct_attr.ct_action & TCA_CT_ACT_CLEAR; in mlx5_tc_ct_flow_offload()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlx5/core/
Den_tc.c1381 !(attr->ct_attr.ct_action & TCA_CT_ACT_CLEAR)) { in mlx5e_tc_add_fdb_flow()
3270 TCA_CT_ACT_CLEAR; in actions_match_supported()