Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_exec.c46 #define BPF_OP_ALU_IMM(reg, ins, op, type) \ macro
161 BPF_OP_ALU_IMM(reg, ins, +, uint32_t); in bpf_exec()
164 BPF_OP_ALU_IMM(reg, ins, -, uint32_t); in bpf_exec()
167 BPF_OP_ALU_IMM(reg, ins, &, uint32_t); in bpf_exec()
170 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()
185 BPF_OP_ALU_IMM(reg, ins, /, uint32_t); in bpf_exec()
188 BPF_OP_ALU_IMM(reg, ins, %, uint32_t); in bpf_exec()
240 BPF_OP_ALU_IMM(reg, ins, +, uint64_t); in bpf_exec()
[all …]