Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/tc_act/
Dtc_ct.h30 #define TCA_CT_ACT_COMMIT (1 << 0) macro
/linux-6.1.9/net/sched/
Dact_ct.c1041 commit = p->ct_action & TCA_CT_ACT_COMMIT; in tcf_ct_act()