Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_def.h97 #define BPF_SRC(code) ((code) & 0x08) macro
H A Dbpf_jit_x86.c429 opx = (BPF_SRC(op) == BPF_X); in emit_shift()
543 if (BPF_SRC(op) == BPF_X) in emit_mul()
992 if (BPF_SRC(op) == BPF_X) { in emit_div()
1012 if (BPF_SRC(op) == BPF_X) { in emit_div()
H A Dbpf_validate.c654 if (BPF_SRC(ins->code) == BPF_X) { in eval_alu()
1086 if (BPF_SRC(ins->code) == BPF_X) { in eval_jcc()
/f-stack/tools/compat/include/net/
H A Dbpf.h314 #define BPF_SRC(code) ((code) & 0x08) macro
/f-stack/freebsd/net/
H A Dbpf.h315 #define BPF_SRC(code) ((code) & 0x08) macro