Home
last modified time | relevance | path

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

/linux/include/net/tc_act/
H A Dtc_gact.h30 (is_ext && TC_ACT_EXT_CMP(gact->tcf_action, act))) in __is_tcf_gact_act()
/linux/net/sched/
H A Dact_police.c131 if (TC_ACT_EXT_CMP(tcfp_result, TC_ACT_GOTO_CHAIN)) { in tcf_police_init()
421 } else if (TC_ACT_EXT_CMP(tc_act, TC_ACT_GOTO_CHAIN)) { in tcf_police_act_to_flow_act()
424 } else if (TC_ACT_EXT_CMP(tc_act, TC_ACT_JUMP)) { in tcf_police_act_to_flow_act()
H A Dact_gact.c92 if (TC_ACT_EXT_CMP(p_parm->paction, TC_ACT_GOTO_CHAIN)) { in tcf_gact_init()
H A Dact_api.c86 if (TC_ACT_EXT_CMP(action, TC_ACT_GOTO_CHAIN)) { in tcf_action_check_ctrlact()
1158 if (TC_ACT_EXT_CMP(ret, TC_ACT_JUMP)) { in tcf_action_exec()
1170 } else if (TC_ACT_EXT_CMP(ret, TC_ACT_GOTO_CHAIN)) { in tcf_action_exec()
H A Dcls_api.c1771 } else if (unlikely(TC_ACT_EXT_CMP(err, TC_ACT_GOTO_CHAIN))) { in __tcf_classify()
/linux/tools/include/uapi/linux/
H A Dpkt_cls.h60 #define TC_ACT_EXT_CMP(combined, opcode) (TC_ACT_EXT_OPCODE(combined) == opcode) macro