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