Searched refs:bpf_link_get_next_id (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/ |
A D | unpriv_bpf_disabled.c | 194 ASSERT_EQ(bpf_link_get_next_id(link_info.id, &next), -EPERM, in test_unpriv_bpf_disabled_negative() 197 ASSERT_EQ(bpf_link_get_next_id(0, &next), -EPERM, "link_get_next_id_fails"); in test_unpriv_bpf_disabled_negative()
|
A D | bpf_obj_id.c | 300 while (!bpf_link_get_next_id(next_id, &next_id)) { in serial_test_bpf_obj_id()
|
/linux-6.3-rc2/tools/lib/bpf/ |
A D | libbpf.map | 166 bpf_link_get_next_id;
|
A D | bpf.h | 367 LIBBPF_API int bpf_link_get_next_id(__u32 start_id, __u32 *next_id);
|
A D | bpf.c | 933 int bpf_link_get_next_id(__u32 start_id, __u32 *next_id) in bpf_link_get_next_id() function
|
/linux-6.3-rc2/tools/bpf/bpftool/ |
A D | link.c | 388 err = bpf_link_get_next_id(id, &id); in do_show()
|
Completed in 10 milliseconds