Searched refs:bpf_link_get_next_id (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | unpriv_bpf_disabled.c | 199 ASSERT_EQ(bpf_link_get_next_id(link_info.id, &next), -EPERM, in test_unpriv_bpf_disabled_negative() 202 ASSERT_EQ(bpf_link_get_next_id(0, &next), -EPERM, "link_get_next_id_fails"); in test_unpriv_bpf_disabled_negative()
|
H A D | bpf_obj_id.c | 245 /* Check bpf_link_get_next_id() */ in serial_test_bpf_obj_id() 248 while (!bpf_link_get_next_id(next_id, &next_id)) { in serial_test_bpf_obj_id()
|
/linux/tools/lib/bpf/ |
H A D | libbpf.map | 166 bpf_link_get_next_id;
|
H A D | bpf.h | 490 LIBBPF_API int bpf_link_get_next_id(__u32 start_id, __u32 *next_id);
|
H A D | bpf.c | 1090 int bpf_link_get_next_id(__u32 start_id, __u32 *next_id) in bpf_link_get_next_id() function
|
/linux/tools/bpf/bpftool/ |
H A D | link.c | 1144 err = bpf_link_get_next_id(id, &id); in do_show()
|