Home
last modified time | relevance | path

Searched refs:TC_ACT_EXT_CMP (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/include/net/tc_act/
Dtc_gact.h30 (is_ext && TC_ACT_EXT_CMP(gact->tcf_action, act))) in __is_tcf_gact_act()
/Linux-v5.4/tools/include/uapi/linux/
Dpkt_cls.h60 #define TC_ACT_EXT_CMP(combined, opcode) (TC_ACT_EXT_OPCODE(combined) == opcode) macro
/Linux-v5.4/net/sched/
Dact_api.c67 if (TC_ACT_EXT_CMP(action, TC_ACT_GOTO_CHAIN)) { in tcf_action_check_ctrlact()
671 if (TC_ACT_EXT_CMP(ret, TC_ACT_JUMP)) { in tcf_action_exec()
683 } else if (TC_ACT_EXT_CMP(ret, TC_ACT_GOTO_CHAIN)) { in tcf_action_exec()
934 if (TC_ACT_EXT_CMP(a->tcfa_action, TC_ACT_GOTO_CHAIN) && in tcf_action_init_1()
Dact_gact.c91 if (TC_ACT_EXT_CMP(p_parm->paction, TC_ACT_GOTO_CHAIN)) { in tcf_gact_init()
Dact_police.c137 if (TC_ACT_EXT_CMP(tcfp_result, TC_ACT_GOTO_CHAIN)) { in tcf_police_init()
Dcls_api.c1593 } else if (unlikely(TC_ACT_EXT_CMP(err, TC_ACT_GOTO_CHAIN))) { in tcf_classify()
/Linux-v5.4/include/uapi/linux/
Dpkt_cls.h60 #define TC_ACT_EXT_CMP(combined, opcode) (TC_ACT_EXT_OPCODE(combined) == opcode) macro