Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_def.h47 #define BPF_SIZE(code) ((code) & 0x18) macro
H A Dbpf_jit_arm64.c1023 bool is64 = (BPF_SIZE(op) == EBPF_DW); in emit_xadd()
1299 emit_ldr(ctx, BPF_SIZE(op), dst, src, tmp1); in emit()
1313 emit_str(ctx, BPF_SIZE(op), src, dst, tmp1); in emit()
1322 emit_str(ctx, BPF_SIZE(op), tmp1, dst, tmp2); in emit()
H A Dbpf_jit_x86.c179 BPF_SIZE(op) != BPF_W)) in emit_rex()
582 opsz = BPF_SIZE(op); in emit_ld_reg()
619 opsz = BPF_SIZE(op); in emit_st_common()
1169 opsz = BPF_SIZE(op); in emit_ld_mbuf()
H A Dbpf_validate.c617 rv->v.size = bpf_size(BPF_SIZE(ins->code)); in eval_ld_mbuf()
802 opsz = bpf_size(BPF_SIZE(ins->code)); in eval_load()
884 opsz = bpf_size(BPF_SIZE(ins->code)); in eval_store()
/f-stack/tools/compat/include/net/
H A Dbpf.h264 #define BPF_SIZE(code) ((code) & 0x18) macro
/f-stack/freebsd/net/
H A Dbpf.h265 #define BPF_SIZE(code) ((code) & 0x18) macro