Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_def.h64 #define BPF_OP(code) ((code) & 0xf0) macro
H A Dbpf_jit_x86.c19 #define GET_BPF_OP(op) (BPF_OP(op) >> 4)
913 if (BPF_OP(op) == BPF_JSET) in emit_jcc_imm()
954 if (BPF_OP(op) == BPF_JSET) in emit_jcc_reg()
1027 if (BPF_OP(op) == BPF_DIV) in emit_div()
H A Dbpf_jit_arm64.c21 #define EBPF_OP_GET(op) (BPF_OP(op) >> 4)
187 switch (BPF_OP(op)) { in ebpf_to_a64_cond()
H A Dbpf_validate.c662 op = BPF_OP(ins->code); in eval_alu()
1100 op = BPF_OP(ins->code); in eval_jcc()
/f-stack/freebsd/amd64/amd64/
H A Dbpf_jit_machdep.c512 if (BPF_OP(ins->code) == BPF_MOD) in bpf_jit_compile()
560 if (BPF_OP(ins->code) == BPF_MOD) in bpf_jit_compile()
/f-stack/freebsd/i386/i386/
H A Dbpf_jit_machdep.c542 if (BPF_OP(ins->code) == BPF_MOD) in bpf_jit_compile()
590 if (BPF_OP(ins->code) == BPF_MOD) in bpf_jit_compile()
/f-stack/tools/compat/include/net/
H A Dbpf.h280 #define BPF_OP(code) ((code) & 0xf0) macro
/f-stack/freebsd/net/
H A Dbpf.h281 #define BPF_OP(code) ((code) & 0xf0) macro