Home
last modified time | relevance | path

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

/linux/include/uapi/linux/tc_act/
H A Dtc_ct.h33 #define TCA_CT_ACT_COMMIT (1 << 0) macro
/linux/drivers/net/ethernet/mellanox/mlx5/core/en/tc/act/
H A Dct.c14 return !((act->ct.action & TCA_CT_ACT_COMMIT) && in tc_act_can_offload_ct()
/linux/net/sched/
H A Dact_ct.c981 commit = p->ct_action & TCA_CT_ACT_COMMIT; in tcf_ct_act()
1329 if (p->ct_action & TCA_CT_ACT_COMMIT) in tcf_ct_fill_params()
/linux/drivers/net/ethernet/sfc/
H A Dtc.c1030 if (fa->ct.action & (TCA_CT_ACT_COMMIT | in efx_tc_flower_handle_lhs_actions()