Home
last modified time | relevance | path

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

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