/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
D | obj_name.c | 34 attr.insn_cnt = 2; in test_obj_name()
|
/external/strace/tests/ |
D | bpf.c | 597 .insn_cnt = 0xbadc0ded, 616 .insn_cnt = 0xbadc0ded, 640 .insn_cnt = ARRAY_SIZE(insns), 655 .insn_cnt = ARRAY_SIZE(insns),
|
D | bpf-obj_get_info_by_fd.c | 254 .insn_cnt = ARRAY_SIZE(socket_prog), in main()
|
/external/strace/tests-m32/ |
D | bpf.c | 597 .insn_cnt = 0xbadc0ded, 616 .insn_cnt = 0xbadc0ded, 640 .insn_cnt = ARRAY_SIZE(insns), 655 .insn_cnt = ARRAY_SIZE(insns),
|
D | bpf-obj_get_info_by_fd.c | 254 .insn_cnt = ARRAY_SIZE(socket_prog), in main()
|
/external/strace/tests-mx32/ |
D | bpf.c | 597 .insn_cnt = 0xbadc0ded, 616 .insn_cnt = 0xbadc0ded, 640 .insn_cnt = ARRAY_SIZE(insns), 655 .insn_cnt = ARRAY_SIZE(insns),
|
D | bpf-obj_get_info_by_fd.c | 254 .insn_cnt = ARRAY_SIZE(socket_prog), in main()
|
/external/strace/ |
D | bpf_attr_check.c | 180 static_assert(SoM(struct BPF_PROG_LOAD_struct, insn_cnt) == SoM(union bpf_attr, insn_cnt), 182 …static_assert(offsetof(struct BPF_PROG_LOAD_struct, insn_cnt) == offsetof(union bpf_attr, insn_cnt…
|
D | bpf_attr.h | 116 uint32_t insn_cnt; member
|
D | bpf.c | 275 PRINT_FIELD_U(", ", attr, insn_cnt); in BEGIN_BPF_CMD_DECODER() 277 print_ebpf_prog(tcp, attr.insns, attr.insn_cnt); in BEGIN_BPF_CMD_DECODER()
|
/external/ltp/testcases/kernel/syscalls/bpf/ |
D | bpf_prog01.c | 74 attr->insn_cnt = ARRAY_SIZE(PROG); in load_prog()
|
D | bpf_prog03.c | 95 attr->insn_cnt = ARRAY_SIZE(insn); in load_prog()
|
D | bpf_prog02.c | 77 attr->insn_cnt = ARRAY_SIZE(insn); in load_prog()
|
/external/linux-kselftest/tools/testing/selftests/bpf/ |
D | test_verifier_log.c | 54 attr.insn_cnt = (__u32)(sizeof(code_sample) / sizeof(struct bpf_insn)); in load()
|
/external/strace/m4/ |
D | bpf_attr.m4 | 37 union bpf_attr.insn_cnt,
|
/external/linux-kselftest/tools/testing/selftests/net/ |
D | reuseport_bpf_numa.c | 89 attr.insn_cnt = sizeof(prog) / sizeof(prog[0]); in attach_bpf()
|
D | reuseport_bpf.c | 114 attr.insn_cnt = ARRAY_SIZE(prog); in attach_ebpf() 357 eprog.insn_cnt = ARRAY_SIZE(ecode); in test_filter_no_reuseport()
|
D | psock_fanout.c | 152 attr.insn_cnt = sizeof(prog) / sizeof(prog[0]); in sock_fanout_set_ebpf()
|
/external/iproute2/include/uapi/linux/ |
D | bpf.h | 206 __u32 insn_cnt; member
|
/external/llvm-project/llvm/lib/Support/ |
D | Host.cpp | 400 uint32_t insn_cnt; in getHostCPUNameForBPF() 410 attr.insn_cnt = 5; in getHostCPUNameForBPF() 424 attr.insn_cnt = 5; in getHostCPUNameForBPF()
|
/external/bcc/src/cc/ |
D | libbpf.c | 502 attr.insn_cnt = prog_len / sizeof(struct bpf_insn); in bpf_prog_load() 503 if (attr.insn_cnt > BPF_MAXINSNS) { in bpf_prog_load() 507 strerror(errno), name, attr.insn_cnt, BPF_MAXINSNS); in bpf_prog_load()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Host.cpp | 368 uint32_t insn_cnt; in getHostCPUNameForBPF() 378 attr.insn_cnt = 5; in getHostCPUNameForBPF() 392 attr.insn_cnt = 5; in getHostCPUNameForBPF()
|
/external/ltp/include/lapi/ |
D | bpf.h | 204 uint32_t insn_cnt; member
|
/external/bcc/src/cc/compat/linux/ |
D | bpf.h | 348 __u32 insn_cnt; member
|
/external/bcc/src/cc/includes/compat/linux/ |
D | bpf.h | 348 __u32 insn_cnt; member
|