Searched refs:BPF_OP_ALU_IMM (Results 1 – 1 of 1) sorted by relevance
| /dpdk/lib/bpf/ |
| H A D | bpf_exec.c | 40 #define BPF_OP_ALU_IMM(reg, ins, op, type) \ macro 155 BPF_OP_ALU_IMM(reg, ins, +, uint32_t); in bpf_exec() 158 BPF_OP_ALU_IMM(reg, ins, -, uint32_t); in bpf_exec() 161 BPF_OP_ALU_IMM(reg, ins, &, uint32_t); in bpf_exec() 164 BPF_OP_ALU_IMM(reg, ins, |, uint32_t); in bpf_exec() 173 BPF_OP_ALU_IMM(reg, ins, ^, uint32_t); in bpf_exec() 176 BPF_OP_ALU_IMM(reg, ins, *, uint32_t); in bpf_exec() 179 BPF_OP_ALU_IMM(reg, ins, /, uint32_t); in bpf_exec() 182 BPF_OP_ALU_IMM(reg, ins, %, uint32_t); in bpf_exec() 234 BPF_OP_ALU_IMM(reg, ins, +, uint64_t); in bpf_exec() [all …]
|