Home
last modified time | relevance | path

Searched refs:bpf_iter_create (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dbpf_iter.c51 iter_fd = bpf_iter_create(bpf_link__fd(link)); in do_dummy_read()
188 iter_fd = bpf_iter_create(bpf_link__fd(link)); in do_btf_read()
348 iter_fd = bpf_iter_create(bpf_link__fd(link)); in test_anon_iter()
496 iter_fd = bpf_iter_create(bpf_link__fd(link)); in test_overflow()
630 iter_fd = bpf_iter_create(bpf_link__fd(link)); in test_bpf_hash_map()
721 iter_fd = bpf_iter_create(bpf_link__fd(link)); in test_bpf_percpu_hash_map()
792 iter_fd = bpf_iter_create(bpf_link__fd(link)); in test_bpf_array_map()
888 iter_fd = bpf_iter_create(bpf_link__fd(link)); in test_bpf_percpu_array_map()
956 iter_fd = bpf_iter_create(bpf_link__fd(link)); in test_bpf_sk_storage_map()
Dsockmap_basic.c249 iter_fd = bpf_iter_create(bpf_link__fd(link)); in test_sockmap_copy()
/kernel/linux/linux-5.10/tools/lib/bpf/
Dlibbpf.map261 bpf_iter_create;
Dbpf.h197 LIBBPF_API int bpf_iter_create(int link_fd);
Dbpf.c645 int bpf_iter_create(int link_fd) in bpf_iter_create() function
/kernel/linux/linux-5.10/tools/bpf/bpftool/
Dpids.c127 fd = bpf_iter_create(bpf_link__fd(skel->links.iter)); in build_obj_refs_table()
/kernel/linux/linux-5.10/kernel/bpf/
Dsyscall.c4295 static int bpf_iter_create(union bpf_attr *attr) in bpf_iter_create() function
4506 err = bpf_iter_create(&attr); in SYSCALL_DEFINE3()