Lines Matching refs:OFF
116 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument
121 .off = OFF, \
126 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument
131 .off = OFF, \
136 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument
141 .off = OFF, \
146 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument
151 .off = OFF, \
156 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument
161 .off = OFF, \
166 #define BPF_RAW_INSN(CODE, DST, SRC, OFF, IMM) \ argument
171 .off = OFF, \