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, \
152 #define BPF_ATOMIC_OP(SIZE, OP, DST, SRC, OFF) \ argument
157 .off = OFF, \
161 #define BPF_STX_XADD(SIZE, DST, SRC, OFF) BPF_ATOMIC_OP(SIZE, BPF_ADD, DST, SRC, OFF) argument
165 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument
170 .off = OFF, \
175 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument
180 .off = OFF, \
185 #define BPF_JMP32_REG(OP, DST, SRC, OFF) \ argument
190 .off = OFF, \
195 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument
200 .off = OFF, \
205 #define BPF_JMP32_IMM(OP, DST, IMM, OFF) \ argument
210 .off = OFF, \
215 #define BPF_RAW_INSN(CODE, DST, SRC, OFF, IMM) \ argument
220 .off = OFF, \
230 .off = 0, \