Searched refs:TCA_CT_ACT_FORCE (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/include/uapi/linux/tc_act/ | ||
D | tc_ct.h | 31 #define TCA_CT_ACT_FORCE (1 << 1) macro |
/linux-6.1.9/net/sched/ | ||
D | act_ct.c | 1043 force = p->ct_action & TCA_CT_ACT_FORCE; in tcf_ct_act() |