Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H 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()
H A Dkfunc_dynptr_param.c91 err = bpf_prog_get_next_id(0, &next_id); in verify_success()
H A 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()
H A Dbpf_obj_id.c190 while (!bpf_prog_get_next_id(next_id, &next_id)) { in serial_test_bpf_obj_id()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.map39 bpf_prog_get_next_id;
H A Dbpf.h459 LIBBPF_API int bpf_prog_get_next_id(__u32 start_id, __u32 *next_id);
H A Dbpf.c1004 int bpf_prog_get_next_id(__u32 start_id, __u32 *next_id) in bpf_prog_get_next_id() function
/openbmc/linux/tools/perf/util/
H A Dbpf-event.c395 err = bpf_prog_get_next_id(id, &id); in perf_event__synthesize_bpf_events()
/openbmc/linux/tools/bpf/bpftool/
H A Dcommon.c818 err = bpf_prog_get_next_id(id, &id); in prog_fd_by_nametag()
H A Dbtf.c749 err = bpf_prog_get_next_id(id, &id); in build_btf_type_table()
H A Dprog.c657 err = bpf_prog_get_next_id(id, &id); in do_show()