Home
last modified time | relevance | path

Searched refs:BPF_LD_IND (Results 1 – 1 of 1) sorted by relevance

/dpdk/lib/bpf/
H A Dbpf_exec.c82 #define BPF_LD_IND(bpf, reg, ins, type, op) do { \ macro
342 BPF_LD_IND(bpf, reg, ins, uint8_t, NOP); in bpf_exec()
345 BPF_LD_IND(bpf, reg, ins, uint16_t, rte_be_to_cpu_16); in bpf_exec()
348 BPF_LD_IND(bpf, reg, ins, uint32_t, rte_be_to_cpu_32); in bpf_exec()