Home
last modified time | relevance | path

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

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