Home
last modified time | relevance | path

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

/linux-4.19.296/include/net/tc_act/
Dtc_gact.h30 (is_ext && TC_ACT_EXT_CMP(gact->tcf_action, act))) in __is_tcf_gact_act()
/linux-4.19.296/include/uapi/linux/
Dpkt_cls.h60 #define TC_ACT_EXT_CMP(combined, opcode) (TC_ACT_EXT_OPCODE(combined) == opcode) macro