/kernel/linux/linux-6.6/tools/testing/selftests/bpf/verifier/ |
H A D | bpf_loop_inline.c | 63 .func_info_cnt = 2, 96 .func_info_cnt = 2, 137 .func_info_cnt = 3, 175 .func_info_cnt = 3, 244 .func_info_cnt = 3, 256 .func_info_cnt = 2,
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf.c | 4968 __u32 func_info_cnt; member 5005 .func_info_cnt = 2, 5036 .func_info_cnt = 2, 5042 .descr = "func_type (Incorrect func_info_cnt)", 5068 .func_info_cnt = 1, 5100 .func_info_cnt = 2, 5119 .func_info_cnt = 0, 5145 .func_info_cnt = 0, 5174 .func_info_cnt = 0, 5201 .func_info_cnt [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf.c | 5610 __u32 func_info_cnt; member 5647 .func_info_cnt = 2, 5678 .func_info_cnt = 2, 5684 .descr = "func_type (Incorrect func_info_cnt)", 5710 .func_info_cnt = 1, 5742 .func_info_cnt = 2, 5761 .func_info_cnt = 0, 5787 .func_info_cnt = 0, 5816 .func_info_cnt = 0, 5843 .func_info_cnt [all...] |
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | bpf.c | 261 attr.func_info_cnt = load_attr->func_info_cnt; in bpf_load_program_xattr() 280 if (!finfo && attr.func_info_cnt && in bpf_load_program_xattr() 284 load_attr->func_info_cnt, in bpf_load_program_xattr()
|
H A D | bpf.h | 92 __u32 func_info_cnt; member
|
H A D | libbpf.c | 283 __u32 func_info_cnt; member 6145 &main_prog->func_info_cnt, in reloc_prog_func_and_line_info() 6738 load_attr.func_info_cnt = prog->func_info_cnt; in load_program()
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | gen_loader.c | 960 attr.func_info_cnt = load_attr->func_info_cnt; in bpf_gen__prog_load() 962 attr.func_info_cnt * attr.func_info_rec_size); in bpf_gen__prog_load()
|
H A D | bpf.c | 298 attr.func_info_cnt = OPTS_GET(opts, func_info_cnt, 0); in bpf_prog_load() 324 if (!finfo && attr.func_info_cnt && in bpf_prog_load() 328 attr.func_info_cnt, in bpf_prog_load()
|
H A D | bpf.h | 87 __u32 func_info_cnt; member
|
H A D | libbpf.c | 451 __u32 func_info_cnt; member 6145 &main_prog->func_info_cnt, in reloc_prog_func_and_line_info() 6925 load_attr.func_info_cnt = prog->func_info_cnt; in bpf_object_load_prog()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_verifier.c | 164 int func_info_cnt; member 1638 if (test->func_info_cnt != 0) { in do_test_single() 1640 opts.func_info_cnt = test->func_info_cnt; in do_test_single()
|
/kernel/linux/linux-5.10/tools/include/uapi/linux/ |
H A D | bpf.h | 554 __u32 func_info_cnt; /* number of bpf_func_info records */ member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | bpf.h | 554 __u32 func_info_cnt; /* number of bpf_func_info records */ member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | bpf.h | 336 __u32 func_info_cnt; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | bpf.h | 336 __u32 func_info_cnt; member
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | verifier.c | 8980 nfuncs = attr->func_info_cnt; in check_btf_func() 9083 prog->aux->func_info_cnt = nfuncs; in check_btf_func() 9240 if (!attr->func_info_cnt && !attr->line_info_cnt) { in check_btf_info() 10884 move = aux->func_info_cnt - j; in adjust_subprog_starts_after_remove() 10889 aux->func_info_cnt -= j - i; in adjust_subprog_starts_after_remove() 11451 func[i]->aux->func_info_cnt = prog->aux->func_info_cnt; in jit_subprogs() 12310 for (i = 0; i < aux->func_info_cnt; i++) in bpf_check_attach_target()
|
H A D | core.c | 571 if (prog->aux->func_info_cnt) { in bpf_prog_ksym_set_name()
|
H A D | syscall.c | 3630 info.nr_func_info = prog->aux->func_info_cnt; in bpf_prog_get_info_by_fd()
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | bpf.h | 1435 __u32 func_info_cnt; /* number of bpf_func_info records */ member
|
/kernel/linux/linux-6.6/tools/include/uapi/linux/ |
H A D | bpf.h | 1435 __u32 func_info_cnt; /* number of bpf_func_info records */ member
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | bpf.h | 907 u32 func_info_cnt; member
|
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | verifier.c | 15434 nfuncs = attr->func_info_cnt; in check_btf_func() 15539 prog->aux->func_info_cnt = nfuncs; in check_btf_func() 15768 if (!attr->func_info_cnt && !attr->line_info_cnt) { in check_btf_info() 17905 move = aux->func_info_cnt - j; in adjust_subprog_starts_after_remove() 17910 aux->func_info_cnt -= j - i; in adjust_subprog_starts_after_remove() 18511 func[i]->aux->func_info_cnt = prog->aux->func_info_cnt; in jit_subprogs() 19835 for (i = 0; i < aux->func_info_cnt; i++) in bpf_check_attach_target()
|
H A D | core.c | 596 if (prog->aux->func_info_cnt) { in bpf_prog_ksym_set_name()
|
H A D | syscall.c | 4522 info.nr_func_info = prog->aux->func_info_cnt; in bpf_prog_get_info_by_fd()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | bpf.h | 1463 u32 func_info_cnt; member
|