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