Searched refs:BPF_LD_REG (Results 1 – 1 of 1) sorted by relevance
| /dpdk/lib/bpf/ |
| H A D | bpf_exec.c | 54 #define BPF_LD_REG(reg, ins, type) \ macro 313 BPF_LD_REG(reg, ins, uint8_t); in bpf_exec() 316 BPF_LD_REG(reg, ins, uint16_t); in bpf_exec() 319 BPF_LD_REG(reg, ins, uint32_t); in bpf_exec() 322 BPF_LD_REG(reg, ins, uint64_t); in bpf_exec()
|