Home
last modified time | relevance | path

Searched refs:bpf_prog_get_next_id (Results 1 – 11 of 11) sorted by relevance

/linux-6.6.21/tools/testing/selftests/bpf/prog_tests/
Dlookup_key.c72 ret = bpf_prog_get_next_id(0, &next_id); in test_lookup_key()
79 ret = bpf_prog_get_next_id(0, &next_id); in test_lookup_key()
86 ret = bpf_prog_get_next_id(0, &next_id); in test_lookup_key()
93 ret = bpf_prog_get_next_id(0, &next_id); in test_lookup_key()
100 ret = bpf_prog_get_next_id(0, &next_id); in test_lookup_key()
106 ret = bpf_prog_get_next_id(0, &next_id); in test_lookup_key()
Dkfunc_dynptr_param.c91 err = bpf_prog_get_next_id(0, &next_id); in verify_success()
Dunpriv_bpf_disabled.c183 ASSERT_EQ(bpf_prog_get_next_id(prog_id, &next), -EPERM, "prog_get_next_id_fails"); in test_unpriv_bpf_disabled_negative()
184 ASSERT_EQ(bpf_prog_get_next_id(0, &next), -EPERM, "prog_get_next_id_fails"); in test_unpriv_bpf_disabled_negative()
Dbpf_obj_id.c190 while (!bpf_prog_get_next_id(next_id, &next_id)) { in serial_test_bpf_obj_id()
/linux-6.6.21/tools/lib/bpf/
Dlibbpf.map39 bpf_prog_get_next_id;
Dbpf.h459 LIBBPF_API int bpf_prog_get_next_id(__u32 start_id, __u32 *next_id);
Dbpf.c1004 int bpf_prog_get_next_id(__u32 start_id, __u32 *next_id) in bpf_prog_get_next_id() function
/linux-6.6.21/tools/perf/util/
Dbpf-event.c395 err = bpf_prog_get_next_id(id, &id); in perf_event__synthesize_bpf_events()
/linux-6.6.21/tools/bpf/bpftool/
Dcommon.c746 err = bpf_prog_get_next_id(id, &id); in prog_fd_by_nametag()
Dbtf.c749 err = bpf_prog_get_next_id(id, &id); in build_btf_type_table()
Dprog.c657 err = bpf_prog_get_next_id(id, &id); in do_show()