Home
last modified time | relevance | path

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

/include/linux/
Dfilter.h102 #define BPF_ALU64_REG_OFF(OP, DST, SRC, OFF) \ argument
110 #define BPF_ALU64_REG(OP, DST, SRC) \ argument
113 #define BPF_ALU32_REG_OFF(OP, DST, SRC, OFF) \ argument
121 #define BPF_ALU32_REG(OP, DST, SRC) \ argument
126 #define BPF_ALU64_IMM_OFF(OP, DST, IMM, OFF) \ argument
133 #define BPF_ALU64_IMM(OP, DST, IMM) \ argument
136 #define BPF_ALU32_IMM_OFF(OP, DST, IMM, OFF) \ argument
143 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument
148 #define BPF_ENDIAN(TYPE, DST, LEN) \ argument
158 #define BPF_BSWAP(DST, LEN) \ argument
[all …]