Searched refs:TC_ACT_EXT_OPCODE (Results 1 – 2 of 2) sorted by relevance
59 #define TC_ACT_EXT_OPCODE(combined) ((combined) & (~TC_ACT_EXT_VAL_MASK)) macro60 #define TC_ACT_EXT_CMP(combined, opcode) (TC_ACT_EXT_OPCODE(combined) == opcode)
783 int opcode = TC_ACT_EXT_OPCODE(action); in tcf_action_valid()