Searched defs:OFF (Results 1 – 1 of 1) sorted by relevance
/samples/bpf/ |
D | bpf_insn.h | 119 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument 129 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument 139 #define BPF_STX_XADD(SIZE, DST, SRC, OFF) \ argument 149 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument 159 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument 169 #define BPF_JMP32_REG(OP, DST, SRC, OFF) \ argument 179 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument 189 #define BPF_JMP32_IMM(OP, DST, IMM, OFF) \ argument 199 #define BPF_RAW_INSN(CODE, DST, SRC, OFF, IMM) \ argument
|