Searched refs:prog_array (Results 1 – 15 of 15) sorted by relevance
| /external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
| D | tailcalls.c | 12 struct bpf_map *prog_array; in test_tailcall_1() local 32 prog_array = bpf_object__find_map_by_name(obj, "jmp_table"); in test_tailcall_1() 33 if (CHECK_FAIL(!prog_array)) in test_tailcall_1() 36 map_fd = bpf_map__fd(prog_array); in test_tailcall_1() 40 for (i = 0; i < bpf_map__def(prog_array)->max_entries; i++) { in test_tailcall_1() 56 for (i = 0; i < bpf_map__def(prog_array)->max_entries; i++) { in test_tailcall_1() 72 for (i = 0; i < bpf_map__def(prog_array)->max_entries; i++) { in test_tailcall_1() 93 for (i = 0; i < bpf_map__def(prog_array)->max_entries; i++) { in test_tailcall_1() 94 j = bpf_map__def(prog_array)->max_entries - 1 - i; in test_tailcall_1() 110 for (i = 0; i < bpf_map__def(prog_array)->max_entries; i++) { in test_tailcall_1() [all …]
|
| D | flow_dissector.c | 450 static int init_prog_array(struct bpf_object *obj, struct bpf_map *prog_array) in init_prog_array() argument 456 map_fd = bpf_map__fd(prog_array); in init_prog_array() 460 for (i = 0; i < bpf_map__def(prog_array)->max_entries; i++) { in init_prog_array()
|
| /external/linux-kselftest/tools/testing/selftests/bpf/ |
| D | flow_dissector_load.h | 18 struct bpf_map *prog_array, *keys; in bpf_flow_load() local 35 prog_array = bpf_object__find_map_by_name(*obj, map_name); in bpf_flow_load() 36 if (!prog_array) in bpf_flow_load() 39 prog_array_fd = bpf_map__fd(prog_array); in bpf_flow_load()
|
| /external/arm-trusted-firmware/drivers/brcm/ |
| D | sotp.c | 139 uint8_t prog_array[4] = { 0x0F, 0x04, 0x08, 0x0D }; in sotp_mem_write() 199 mmio_write_32(SOTP_WRDATA_0, prog_array[loop]); in sotp_mem_write()
|
| /external/bpftool/bash-completion/ |
| D | bpftool | 200 prog_array) 246 prog_array) 707 prog_array perf_event_array percpu_hash \ 809 prog_array)
|
| /external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
| D | map_ptr_kern.c | 176 struct bpf_array *prog_array = (struct bpf_array *)&m_prog_array; in check_prog_array() local 179 VERIFY(check_default(&prog_array->map, map)); in check_prog_array()
|
| /external/bpftool/docs/ |
| D | bpftool-map.rst | 52 | *TYPE* := { **hash** | **array** | **prog_array** | **perf_event_array** | **percpu_hash** 258 294: prog_array name jmp_table flags 0x0
|
| /external/bcc/docs/ |
| D | reference_guide.md | 1353 BPF_PROG_ARRAY(prog_array, 10); 1362 prog_array.call(ctx, 2); 1370 prog_array = b.get_table("prog_array") 1371 prog_array[c_int(2)] = c_int(tail_fn.fd) 1375 This assigns ```tail_call()``` to ```prog_array[2]```. In the end of ```do_tail_call()```, ```prog_…
|
| /external/bcc/libbpf-tools/x86/ |
| D | vmlinux_505.h | 7508 struct bpf_prog_array *prog_array; member 38848 struct bpf_prog_array___2 *prog_array; member
|
| D | vmlinux.h | 7508 struct bpf_prog_array *prog_array; member 38848 struct bpf_prog_array___2 *prog_array; member
|
| /external/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 7789 struct bpf_prog_array *prog_array; member
|
| /external/bcc/libbpf-tools/powerpc/ |
| D | vmlinux_510.h | 5938 struct bpf_prog_array *prog_array; member
|
| D | vmlinux.h | 5938 struct bpf_prog_array *prog_array; member
|
| /external/bcc/libbpf-tools/arm64/ |
| D | vmlinux.h | 5399 struct bpf_prog_array *prog_array; member
|
| D | vmlinux_510.h | 5399 struct bpf_prog_array *prog_array; member
|