Lines Matching refs:OFF
179 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument
184 .off = OFF, \
189 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument
194 .off = OFF, \
199 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument
204 .off = OFF, \
209 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument
214 .off = OFF, \
219 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument
224 .off = OFF, \
229 #define BPF_RAW_INSN(CODE, DST, SRC, OFF, IMM) \ argument
234 .off = OFF, \