Searched refs:BPF_DIV (Results 1 - 21 of 21) sorted by relevance

/freebsd-13-stable/tools/regression/bpf/bpf_filter/tests/
H A Dtest0027.h2 * Test 0027: BPF_ALU+BPF_DIV+BPF_X
11 BPF_STMT(BPF_ALU+BPF_DIV+BPF_X, 0),
H A Dtest0035.h2 * Test 0035: BPF_ALU+BPF_DIV+BPF_K
10 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 0xdead),
H A Dtest0074.h2 * Test 0074: Divide by 0 (BPF_ALU+BPF_DIV+BPF_X)
11 BPF_STMT(BPF_ALU+BPF_DIV+BPF_X, 0),
H A Dtest0090.h2 * Test 0090: Divide by 0 (BPF_ALU+BPF_DIV+BPF_K)
10 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 0),
/freebsd-13-stable/contrib/libpcap/
H A Dbpf_filter.c306 case BPF_ALU|BPF_DIV|BPF_X:
356 case BPF_ALU|BPF_DIV|BPF_K:
482 case BPF_DIV:
H A Dbpf_image.c212 case BPF_ALU|BPF_DIV|BPF_X:
265 case BPF_ALU|BPF_DIV|BPF_K:
H A Doptimize.c745 case BPF_DIV:
1172 case BPF_ALU|BPF_DIV|BPF_K:
1204 if (op == BPF_DIV)
1223 case BPF_ALU|BPF_DIV|BPF_X:
1269 else if (op == BPF_MUL || op == BPF_DIV || op == BPF_MOD ||
H A Dgrammar.y708 | arth '/' arth { CHECK_PTR_VAL(($$ = gen_arth(cstate, BPF_DIV, $1, $3))); }
H A Dgencode.c7739 if (code == BPF_DIV) {
/freebsd-13-stable/contrib/libpcap/pcap/
H A Dbpf.h156 #define BPF_DIV 0x30 macro
/freebsd-13-stable/contrib/ipfilter/
H A Dbpf_filter.c399 case BPF_ALU|BPF_DIV|BPF_X:
433 case BPF_ALU|BPF_DIV|BPF_K:
542 case BPF_DIV:
H A Dbpf-ipf.h378 #define BPF_DIV 0x30 macro
/freebsd-13-stable/sys/net/
H A Dbpf_filter.c433 case BPF_ALU|BPF_DIV|BPF_X:
477 case BPF_ALU|BPF_DIV|BPF_K:
600 if ((p->code == (BPF_ALU|BPF_DIV|BPF_K) ||
H A Dbpf.h285 #define BPF_DIV 0x30 macro
/freebsd-13-stable/tools/regression/bpf/bpf_filter/
H A Dbpf_test.c179 if ((p->code == (BPF_ALU|BPF_DIV|BPF_K) ||
/freebsd-13-stable/contrib/netbsd-tests/net/bpf/
H A Dt_mbuf.c254 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4), /* A <- A / 4 */
258 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4), /* A <- A / 4 */
262 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4), /* A <- A / 4 */
266 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4), /* A <- A / 4 */
270 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4), /* A <- A / 4 */
/freebsd-13-stable/contrib/netbsd-tests/net/bpfjit/
H A Dt_mbuf.c261 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4), /* A <- A / 4 */
265 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4), /* A <- A / 4 */
269 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4), /* A <- A / 4 */
273 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4), /* A <- A / 4 */
277 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4), /* A <- A / 4 */
H A Dt_bpfjit.c230 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=0");
236 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 0),
254 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=1");
261 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 1),
279 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=2");
286 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 2),
304 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=4");
311 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4),
329 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=10");
336 BPF_STMT(BPF_ALU+BPF_DIV
[all...]
/freebsd-13-stable/sys/i386/i386/
H A Dbpf_jit_machdep.c142 case BPF_ALU|BPF_DIV|BPF_K:
519 case BPF_ALU|BPF_DIV|BPF_X:
584 case BPF_ALU|BPF_DIV|BPF_K:
/freebsd-13-stable/contrib/netbsd-tests/lib/libbpfjit/
H A Dt_bpfjit.c233 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=0");
239 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 0),
262 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=1");
269 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 1),
292 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=2");
299 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 2),
322 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=4");
329 BPF_STMT(BPF_ALU+BPF_DIV+BPF_K, 4),
352 "Test JIT compilation of BPF_ALU+BPF_DIV+BPF_K with k=10");
359 BPF_STMT(BPF_ALU+BPF_DIV
[all...]
/freebsd-13-stable/sys/amd64/amd64/
H A Dbpf_jit_machdep.c497 case BPF_ALU|BPF_DIV|BPF_X:
554 case BPF_ALU|BPF_DIV|BPF_K:

Completed in 277 milliseconds