Home
last modified time | relevance | path

Searched defs:combined (Results 1 – 1 of 1) sorted by relevance

/bionic/libc/kernel/uapi/linux/
Dpkt_cls.h57 #define TC_ACT_EXT_OPCODE(combined) ((combined) & (~TC_ACT_EXT_VAL_MASK)) argument
58 #define TC_ACT_EXT_CMP(combined,opcode) (TC_ACT_EXT_OPCODE(combined) == opcode) argument