Searched refs:BPF_ST_REG (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/lib/librte_bpf/ |
| H A D | bpf_exec.c | 68 #define BPF_ST_REG(reg, ins, type) \ macro 358 BPF_ST_REG(reg, ins, uint8_t); in bpf_exec() 361 BPF_ST_REG(reg, ins, uint16_t); in bpf_exec() 364 BPF_ST_REG(reg, ins, uint32_t); in bpf_exec() 367 BPF_ST_REG(reg, ins, uint64_t); in bpf_exec()
|