Searched defs:OFF (Results 1 – 1 of 1) sorted by relevance
| /tools/include/linux/ |
| D | filter.h | 153 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument 163 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument 173 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument 183 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument 193 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument 213 #define BPF_RAW_INSN(CODE, DST, SRC, OFF, IMM) \ argument
|