Lines Matching refs:OFF
248 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument
253 .off = OFF, \
258 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument
263 .off = OFF, \
282 #define BPF_ATOMIC_OP(SIZE, OP, DST, SRC, OFF) \ argument
287 .off = OFF, \
291 #define BPF_STX_XADD(SIZE, DST, SRC, OFF) BPF_ATOMIC_OP(SIZE, BPF_ADD, DST, SRC, OFF) argument
295 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument
300 .off = OFF, \
305 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument
310 .off = OFF, \
315 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument
320 .off = OFF, \
325 #define BPF_JMP32_REG(OP, DST, SRC, OFF) \ argument
330 .off = OFF, \
335 #define BPF_JMP32_IMM(OP, DST, IMM, OFF) \ argument
340 .off = OFF, \
345 #define BPF_JMP_A(OFF) \ argument
350 .off = OFF, \
378 #define BPF_RAW_INSN(CODE, DST, SRC, OFF, IMM) \ argument
383 .off = OFF, \