Searched refs:bpf_obj_get_next_id (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/tools/lib/bpf/ |
| H A D | bpf.c | 1015 static int bpf_obj_get_next_id(__u32 start_id, __u32 *next_id, int cmd) in bpf_obj_get_next_id() function 1033 return bpf_obj_get_next_id(start_id, next_id, BPF_PROG_GET_NEXT_ID); in bpf_prog_get_next_id() 1038 return bpf_obj_get_next_id(start_id, next_id, BPF_MAP_GET_NEXT_ID); in bpf_map_get_next_id() 1043 return bpf_obj_get_next_id(start_id, next_id, BPF_BTF_GET_NEXT_ID); in bpf_btf_get_next_id() 1048 return bpf_obj_get_next_id(start_id, next_id, BPF_LINK_GET_NEXT_ID); in bpf_link_get_next_id()
|
| /linux-6.15/kernel/bpf/ |
| H A D | syscall.c | 4435 static int bpf_obj_get_next_id(const union bpf_attr *attr, in bpf_obj_get_next_id() function 5855 err = bpf_obj_get_next_id(&attr, uattr.user, in __sys_bpf() 5859 err = bpf_obj_get_next_id(&attr, uattr.user, in __sys_bpf() 5863 err = bpf_obj_get_next_id(&attr, uattr.user, in __sys_bpf() 5913 err = bpf_obj_get_next_id(&attr, uattr.user, in __sys_bpf()
|