Home
last modified time | relevance | path

Searched defs:OFF (Results 1 – 1 of 1) sorted by relevance

/tools/include/linux/
Dfilter.h154 #define BPF_LDX_MEM(SIZE, DST, SRC, OFF) \ argument
164 #define BPF_STX_MEM(SIZE, DST, SRC, OFF) \ argument
187 #define BPF_ATOMIC_OP(SIZE, OP, DST, SRC, OFF) \ argument
196 #define BPF_STX_XADD(SIZE, DST, SRC, OFF) BPF_ATOMIC_OP(SIZE, BPF_ADD, DST, SRC, OFF) argument
200 #define BPF_ST_MEM(SIZE, DST, OFF, IMM) \ argument
210 #define BPF_JMP_REG(OP, DST, SRC, OFF) \ argument
220 #define BPF_JMP32_REG(OP, DST, SRC, OFF) \ argument
230 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument
240 #define BPF_JMP32_IMM(OP, DST, IMM, OFF) \ argument
250 #define BPF_JMP_A(OFF) \ argument
[all …]