Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_exec.c23 #define BPF_JMP_CND_REG(reg, ins, op, type) \ macro
428 BPF_JMP_CND_REG(reg, ins, ==, uint64_t); in bpf_exec()
431 BPF_JMP_CND_REG(reg, ins, !=, uint64_t); in bpf_exec()
434 BPF_JMP_CND_REG(reg, ins, >, uint64_t); in bpf_exec()
437 BPF_JMP_CND_REG(reg, ins, <, uint64_t); in bpf_exec()
440 BPF_JMP_CND_REG(reg, ins, >=, uint64_t); in bpf_exec()
446 BPF_JMP_CND_REG(reg, ins, >, int64_t); in bpf_exec()
449 BPF_JMP_CND_REG(reg, ins, <, int64_t); in bpf_exec()
452 BPF_JMP_CND_REG(reg, ins, >=, int64_t); in bpf_exec()
455 BPF_JMP_CND_REG(reg, ins, <=, int64_t); in bpf_exec()
[all …]