Home
last modified time | relevance | path

Searched refs:BPF_OP_ALU_REG (Results 1 – 1 of 1) sorted by relevance

/dpdk/lib/bpf/
H A Dbpf_exec.c33 #define BPF_OP_ALU_REG(reg, ins, op, type) \ macro
189 BPF_OP_ALU_REG(reg, ins, +, uint32_t); in bpf_exec()
192 BPF_OP_ALU_REG(reg, ins, -, uint32_t); in bpf_exec()
195 BPF_OP_ALU_REG(reg, ins, &, uint32_t); in bpf_exec()
198 BPF_OP_ALU_REG(reg, ins, |, uint32_t); in bpf_exec()
207 BPF_OP_ALU_REG(reg, ins, ^, uint32_t); in bpf_exec()
210 BPF_OP_ALU_REG(reg, ins, *, uint32_t); in bpf_exec()
214 BPF_OP_ALU_REG(reg, ins, /, uint32_t); in bpf_exec()
218 BPF_OP_ALU_REG(reg, ins, %, uint32_t); in bpf_exec()
271 BPF_OP_ALU_REG(reg, ins, +, uint64_t); in bpf_exec()
[all …]