Lines Matching refs:OFF
127 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument
132 .off = OFF, \
137 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument
142 .off = OFF, \
147 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument
152 .off = OFF, \
157 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument
162 .off = OFF, \
167 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument
172 .off = OFF, \
177 #define BPF_RAW_INSN(CODE, DST, SRC, OFF, IMM) \ argument
182 .off = OFF, \