Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A 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()
A Dkfunc_dynptr_param.c91 err = bpf_prog_get_next_id(0, &next_id); in verify_success()
A Dunpriv_bpf_disabled.c179 ASSERT_EQ(bpf_prog_get_next_id(prog_id, &next), -EPERM, "prog_get_next_id_fails"); in test_unpriv_bpf_disabled_negative()
180 ASSERT_EQ(bpf_prog_get_next_id(0, &next), -EPERM, "prog_get_next_id_fails"); in test_unpriv_bpf_disabled_negative()
A Dbpf_obj_id.c190 while (!bpf_prog_get_next_id(next_id, &next_id)) { in serial_test_bpf_obj_id()
/linux-6.3-rc2/tools/lib/bpf/
A Dlibbpf.map39 bpf_prog_get_next_id;
A Dbpf.h364 LIBBPF_API int bpf_prog_get_next_id(__u32 start_id, __u32 *next_id);
A Dbpf.c918 int bpf_prog_get_next_id(__u32 start_id, __u32 *next_id) in bpf_prog_get_next_id() function
/linux-6.3-rc2/tools/perf/util/
A Dbpf-event.c459 err = bpf_prog_get_next_id(id, &id); in perf_event__synthesize_bpf_events()
/linux-6.3-rc2/tools/bpf/bpftool/
A Dcommon.c743 err = bpf_prog_get_next_id(id, &id); in prog_fd_by_nametag()
A Dbtf.c749 err = bpf_prog_get_next_id(id, &id); in build_btf_type_table()
A Dprog.c657 err = bpf_prog_get_next_id(id, &id); in do_show()

Completed in 18 milliseconds