Searched refs:BPF_LD_ABS (Results 1 – 1 of 1) sorted by relevance
| /f-stack/dpdk/lib/librte_bpf/ |
| H A D | bpf_exec.c | 81 #define BPF_LD_ABS(bpf, reg, ins, type, op) do { \ macro 338 BPF_LD_ABS(bpf, reg, ins, uint8_t, NOP); in bpf_exec() 341 BPF_LD_ABS(bpf, reg, ins, uint16_t, rte_be_to_cpu_16); in bpf_exec() 344 BPF_LD_ABS(bpf, reg, ins, uint32_t, rte_be_to_cpu_32); in bpf_exec()
|