Home
last modified time | relevance | path

Searched refs:TC_ACT_JUMP (Results 1 – 4 of 4) sorted by relevance

/linux-6.6.21/tools/include/uapi/linux/
Dpkt_cls.h62 #define TC_ACT_JUMP __TC_ACT_EXT(1) macro
/linux-6.6.21/include/uapi/linux/
Dpkt_cls.h93 #define TC_ACT_JUMP __TC_ACT_EXT(1) macro
/linux-6.6.21/net/sched/
Dact_police.c426 } else if (TC_ACT_EXT_CMP(tc_act, TC_ACT_JUMP)) { in tcf_police_act_to_flow_act()
Dact_api.c1087 if (TC_ACT_EXT_CMP(ret, TC_ACT_JUMP)) { in tcf_action_exec()