Home
last modified time | relevance | path

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

/linux-6.1.9/include/uapi/linux/tc_act/
Dtc_ct.h31 #define TCA_CT_ACT_FORCE (1 << 1) macro
/linux-6.1.9/net/sched/
Dact_ct.c1043 force = p->ct_action & TCA_CT_ACT_FORCE; in tcf_ct_act()