Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_exec.c39 #define BPF_OP_ALU_REG(reg, ins, op, type) \ macro
195 BPF_OP_ALU_REG(reg, ins, +, uint32_t); in bpf_exec()
198 BPF_OP_ALU_REG(reg, ins, -, uint32_t); in bpf_exec()
201 BPF_OP_ALU_REG(reg, ins, &, uint32_t); in bpf_exec()
204 BPF_OP_ALU_REG(reg, ins, |, uint32_t); in bpf_exec()
213 BPF_OP_ALU_REG(reg, ins, ^, uint32_t); in bpf_exec()
216 BPF_OP_ALU_REG(reg, ins, *, uint32_t); in bpf_exec()
220 BPF_OP_ALU_REG(reg, ins, /, uint32_t); in bpf_exec()
224 BPF_OP_ALU_REG(reg, ins, %, uint32_t); in bpf_exec()
277 BPF_OP_ALU_REG(reg, ins, +, uint64_t); in bpf_exec()
[all …]