Home
last modified time | relevance | path

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

/dpdk/lib/bpf/
H A Dbpf_exec.c40 #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 …]