Searched refs:BPF_ST_REG (Results 1 – 1 of 1) sorted by relevance
| /dpdk/lib/bpf/ |
| H A D | bpf_exec.c | 62 #define BPF_ST_REG(reg, ins, type) \ macro 352 BPF_ST_REG(reg, ins, uint8_t); in bpf_exec() 355 BPF_ST_REG(reg, ins, uint16_t); in bpf_exec() 358 BPF_ST_REG(reg, ins, uint32_t); in bpf_exec() 361 BPF_ST_REG(reg, ins, uint64_t); in bpf_exec()
|