Home
last modified time | relevance | path

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

/dpdk/lib/bpf/
H A Dbpf_exec.c75 #define BPF_LD_ABS(bpf, reg, ins, type, op) do { \ macro
332 BPF_LD_ABS(bpf, reg, ins, uint8_t, NOP); in bpf_exec()
335 BPF_LD_ABS(bpf, reg, ins, uint16_t, rte_be_to_cpu_16); in bpf_exec()
338 BPF_LD_ABS(bpf, reg, ins, uint32_t, rte_be_to_cpu_32); in bpf_exec()
H A Dbpf_convert.c149 #define BPF_LD_ABS(SIZE, IMM) \ macro
420 *insn++ = BPF_LD_ABS(BPF_B, fp->k); in bpf_convert_filter()