Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dct.c46 if (act->ct.action & TCA_CT_ACT_CLEAR) in tc_act_is_multi_table_act_ct()
55 return !(act->ct.action & TCA_CT_ACT_CLEAR); in tc_act_is_missable_ct()
/openbmc/linux/include/uapi/linux/tc_act/
H A Dtc_ct.h35 #define TCA_CT_ACT_CLEAR (1 << 2) macro
/openbmc/linux/net/sched/
H A Dact_ct.c978 clear = p->ct_action & TCA_CT_ACT_CLEAR; in tcf_ct_act()
1230 if (p->ct_action & TCA_CT_ACT_CLEAR) in tcf_ct_fill_params()
1514 if (p->ct_action & TCA_CT_ACT_CLEAR) in tcf_ct_dump()
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/
H A Dconntrack.c106 if (act->ct.action == TCA_CT_ACT_CLEAR) { in is_post_ct_flow()
1744 if (act->id == FLOW_ACTION_CT && act->ct.action != TCA_CT_ACT_CLEAR) in get_flow_act_ct()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dtc_ct.c1549 if (!(act->ct.action & TCA_CT_ACT_CLEAR)) in mlx5_tc_ct_parse_action()
1998 if (attr->ct_attr.ct_action & TCA_CT_ACT_CLEAR) { in mlx5_tc_ct_flow_offload()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dtc.c940 if (fa->ct.action & TCA_CT_ACT_CLEAR) { in efx_tc_flower_handle_lhs_actions()