Searched defs:OP (Results 1 – 1 of 1) sorted by relevance
/tools/include/linux/ |
D | filter.h | 34 #define BPF_ALU64_REG(OP, DST, SRC) \ argument 42 #define BPF_ALU32_REG(OP, DST, SRC) \ argument 52 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument 60 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument 187 #define BPF_ATOMIC_OP(SIZE, OP, DST, SRC, OFF) \ argument 210 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument 220 #define BPF_JMP32_REG(OP, DST, SRC, OFF) \ argument 230 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument 240 #define BPF_JMP32_IMM(OP, DST, IMM, OFF) \ argument
|