Searched refs:TC_ACT_EXT_CMP (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/include/net/tc_act/ |
D | tc_gact.h | 30 (is_ext && TC_ACT_EXT_CMP(gact->tcf_action, act))) in __is_tcf_gact_act()
|
/linux-6.1.9/net/sched/ |
D | act_police.c | 129 if (TC_ACT_EXT_CMP(tcfp_result, TC_ACT_GOTO_CHAIN)) { in tcf_police_init() 420 } else if (TC_ACT_EXT_CMP(tc_act, TC_ACT_GOTO_CHAIN)) { in tcf_police_act_to_flow_act() 423 } else if (TC_ACT_EXT_CMP(tc_act, TC_ACT_JUMP)) { in tcf_police_act_to_flow_act()
|
D | act_gact.c | 91 if (TC_ACT_EXT_CMP(p_parm->paction, TC_ACT_GOTO_CHAIN)) { in tcf_gact_init()
|
D | act_api.c | 85 if (TC_ACT_EXT_CMP(action, TC_ACT_GOTO_CHAIN)) { in tcf_action_check_ctrlact() 1091 if (TC_ACT_EXT_CMP(ret, TC_ACT_JUMP)) { in tcf_action_exec() 1103 } else if (TC_ACT_EXT_CMP(ret, TC_ACT_GOTO_CHAIN)) { in tcf_action_exec()
|
D | cls_api.c | 1573 } else if (unlikely(TC_ACT_EXT_CMP(err, TC_ACT_GOTO_CHAIN))) { in __tcf_classify()
|
/linux-6.1.9/tools/include/uapi/linux/ |
D | pkt_cls.h | 60 #define TC_ACT_EXT_CMP(combined, opcode) (TC_ACT_EXT_OPCODE(combined) == opcode) macro
|
/linux-6.1.9/include/uapi/linux/ |
D | pkt_cls.h | 91 #define TC_ACT_EXT_CMP(combined, opcode) (TC_ACT_EXT_OPCODE(combined) == opcode) macro
|