Lines Matching refs:OFF
218 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument
223 .off = OFF, \
228 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument
233 .off = OFF, \
238 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument
243 .off = OFF, \
248 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument
253 .off = OFF, \
258 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument
263 .off = OFF, \
268 #define BPF_RAW_INSN(CODE, DST, SRC, OFF, IMM) \ argument
273 .off = OFF, \