Searched defs:IMM (Results 1 – 1 of 1) sorted by relevance
| /dpdk/lib/bpf/ |
| H A D | bpf_convert.c | 101 #define BPF_ALU32_IMM(OP, DST, IMM) \ argument 129 #define BPF_MOV32_IMM(DST, IMM) \ argument 139 #define BPF_MOV32_RAW(TYPE, DST, SRC, IMM) \ argument 149 #define BPF_LD_ABS(SIZE, IMM) \ argument 179 #define BPF_JMP_IMM(OP, DST, IMM, OFF) \ argument 189 #define BPF_RAW_INSN(CODE, DST, SRC, OFF, IMM) \ argument
|