Home
last modified time | relevance | path

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

/f-stack/dpdk/lib/librte_bpf/
H A Dbpf_def.h68 #define BPF_DIV 0x30 macro
H A Dbpf_exec.c184 case (BPF_ALU | BPF_DIV | BPF_K): in bpf_exec()
218 case (BPF_ALU | BPF_DIV | BPF_X): in bpf_exec()
266 case (EBPF_ALU64 | BPF_DIV | BPF_K): in bpf_exec()
303 case (EBPF_ALU64 | BPF_DIV | BPF_X): in bpf_exec()
H A Dbpf_jit_x86.c1027 if (BPF_OP(op) == BPF_DIV) in emit_div()
1393 case (BPF_ALU | BPF_DIV | BPF_K): in emit()
1395 case (BPF_ALU | BPF_DIV | BPF_X): in emit()
1397 case (EBPF_ALU64 | BPF_DIV | BPF_K): in emit()
1399 case (EBPF_ALU64 | BPF_DIV | BPF_X): in emit()
H A Dbpf_jit_arm64.c1194 case (BPF_ALU | BPF_DIV | BPF_X): in emit()
1195 case (EBPF_ALU64 | BPF_DIV | BPF_X): in emit()
1200 case (BPF_ALU | BPF_DIV | BPF_K): in emit()
1201 case (EBPF_ALU64 | BPF_DIV | BPF_K): in emit()
H A Dbpf_validate.c510 if (op == BPF_DIV) { in eval_divmod()
537 if (op == BPF_DIV) { in eval_divmod()
687 else if (op == BPF_DIV || op == BPF_MOD) in eval_alu()
1185 [(BPF_ALU | BPF_DIV | BPF_K)] = {
1258 [(EBPF_ALU64 | BPF_DIV | BPF_K)] = {
1319 [(BPF_ALU | BPF_DIV | BPF_X)] = {
1412 [(EBPF_ALU64 | BPF_DIV | BPF_X)] = {
/f-stack/freebsd/net/
H A Dbpf_filter.c433 case BPF_ALU|BPF_DIV|BPF_X: in bpf_filter()
477 case BPF_ALU|BPF_DIV|BPF_K: in bpf_filter()
600 if ((p->code == (BPF_ALU|BPF_DIV|BPF_K) || in bpf_validate()
H A Dbpf.h285 #define BPF_DIV 0x30 macro
/f-stack/freebsd/i386/i386/
H A Dbpf_jit_machdep.c142 case BPF_ALU|BPF_DIV|BPF_K: in bpf_jit_optimize()
519 case BPF_ALU|BPF_DIV|BPF_X: in bpf_jit_compile()
584 case BPF_ALU|BPF_DIV|BPF_K: in bpf_jit_compile()
/f-stack/freebsd/amd64/amd64/
H A Dbpf_jit_machdep.c497 case BPF_ALU|BPF_DIV|BPF_X: in bpf_jit_compile()
554 case BPF_ALU|BPF_DIV|BPF_K: in bpf_jit_compile()
/f-stack/tools/compat/include/net/
H A Dbpf.h284 #define BPF_DIV 0x30 macro
/f-stack/dpdk/app/test/
H A Dtest_bpf.c1608 .code = (BPF_ALU | BPF_DIV | BPF_K),
1633 .code = (EBPF_ALU64 | BPF_DIV | BPF_X),
1663 .code = (BPF_ALU | BPF_DIV | BPF_X),