Lines Matching full:off
15 .off = 0, \
23 .off = 0, \
33 .off = 0, \
41 .off = 0, \
51 .off = 0, \
59 .off = 0, \
69 .off = 0, \
77 .off = 0, \
89 .off = 0, \
95 .off = 0, \
114 .off = 0, \
119 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument
124 .off = OFF, \
129 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument
134 .off = OFF, \
139 #define BPF_STX_XADD(SIZE, DST, SRC, OFF) \ argument
144 .off = OFF, \
149 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument
154 .off = OFF, \
159 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument
164 .off = OFF, \
169 #define BPF_JMP32_REG(OP, DST, SRC, OFF) \ argument
174 .off = OFF, \
179 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument
184 .off = OFF, \
189 #define BPF_JMP32_IMM(OP, DST, IMM, OFF) \ argument
194 .off = OFF, \
199 #define BPF_RAW_INSN(CODE, DST, SRC, OFF, IMM) \ argument
204 .off = OFF, \
214 .off = 0, \