Searched refs:BPF_STX (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/tools/regression/bpf/bpf_filter/tests/
H A Dtest0014.h2 * Test 0014: BPF_STX & BPF_LD+BPF_MEM
10 BPF_STMT(BPF_STX, 7),
H A Dtest0041.h11 BPF_STMT(BPF_STX, 0),
H A Dtest0078.h2 * Test 0078: Check boundary conditions (BPF_STX)
10 BPF_STMT(BPF_STX, 0x8fffffff),
/freebsd-11-stable/contrib/libpcap/pcap/
H A Dbpf.h129 #define BPF_STX 0x03 macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/BPF/Disassembler/
H A DBPFDisassembler.cpp40 BPF_STX = 0x3, enumerator in enum:__anon2212::BPFDisassembler::BPF_CLASS
174 if ((InstClass == BPF_LDX || InstClass == BPF_STX) &&
/freebsd-11-stable/tools/regression/bpf/bpf_filter/
H A Dbpf_test.c169 if (p->code == BPF_ST || p->code == BPF_STX ||
/freebsd-11-stable/contrib/libpcap/
H A Dbpf_filter.c250 case BPF_STX:
466 case BPF_STX:
H A Dbpf_image.c141 case BPF_STX:
H A Doptimize.c526 case BPF_STX:
565 case BPF_STX:
1316 case BPF_STX:
H A Dgencode.c9406 s1 = new_stmt(cstate, BPF_STX);
/freebsd-11-stable/contrib/netbsd-tests/lib/libbpfjit/
H A Dt_extmem.c174 BPF_STMT(BPF_STX, 2), /* M[2] <- X */
225 BPF_STMT(BPF_STX, 2), /* M[2] <- X */
H A Dt_bpfjit.c3490 "Test JIT compilation of BPF_STX");
3497 BPF_STMT(BPF_STX, 0),
3524 "Test JIT compilation of BPF_STX");
3531 BPF_STMT(BPF_STX, BPF_MEMWORDS-1),
3556 "Test JIT compilation of BPF_STX");
3563 BPF_STMT(BPF_STX, 5),
3564 BPF_STMT(BPF_STX, 2),
3565 BPF_STMT(BPF_STX, 3),
3600 "Test JIT compilation of BPF_STX");
3618 insns[2*k+1].code = BPF_STX;
[all...]
/freebsd-11-stable/contrib/netbsd-tests/net/bpfjit/
H A Dt_extmem.c155 BPF_STMT(BPF_STX, 2), /* M[2] <- X */
212 BPF_STMT(BPF_STX, 2), /* M[2] <- X */
H A Dt_bpfjit.c3331 "Test JIT compilation of BPF_STX");
3338 BPF_STMT(BPF_STX, 0),
3371 "Test JIT compilation of BPF_STX");
3379 BPF_STMT(BPF_STX, BPF_MEMWORDS-1),
3399 "Test JIT compilation of BPF_STX");
3405 BPF_STMT(BPF_STX, 6),
3408 BPF_STMT(BPF_STX, 5),
3409 BPF_STMT(BPF_STX, 2),
3410 BPF_STMT(BPF_STX, 3),
3451 "Test JIT compilation of BPF_STX");
[all...]
/freebsd-11-stable/sys/net/
H A Dbpf_filter.c379 case BPF_STX:
570 if (p->code == BPF_ST || p->code == BPF_STX ||
H A Dbpf.h255 #define BPF_STX 0x03 macro
/freebsd-11-stable/contrib/ipfilter/
H A Dbpf_filter.c347 case BPF_STX:
528 case BPF_STX:
H A Dbpf-ipf.h354 #define BPF_STX 0x03 macro
/freebsd-11-stable/sys/amd64/amd64/
H A Dbpf_jit_machdep.c126 case BPF_STX:
417 case BPF_STX:
/freebsd-11-stable/sys/i386/i386/
H A Dbpf_jit_machdep.c126 case BPF_STX:
436 case BPF_STX:

Completed in 310 milliseconds