Home
last modified time | relevance | path

Searched refs:bpf_obj_get_next_id (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dbpf.c758 static int bpf_obj_get_next_id(__u32 start_id, __u32 *next_id, int cmd) in bpf_obj_get_next_id() function
775 return bpf_obj_get_next_id(start_id, next_id, BPF_PROG_GET_NEXT_ID); in bpf_prog_get_next_id()
780 return bpf_obj_get_next_id(start_id, next_id, BPF_MAP_GET_NEXT_ID); in bpf_map_get_next_id()
785 return bpf_obj_get_next_id(start_id, next_id, BPF_BTF_GET_NEXT_ID); in bpf_btf_get_next_id()
790 return bpf_obj_get_next_id(start_id, next_id, BPF_LINK_GET_NEXT_ID); in bpf_link_get_next_id()
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dsyscall.c3158 static int bpf_obj_get_next_id(const union bpf_attr *attr, in bpf_obj_get_next_id() function
4450 err = bpf_obj_get_next_id(&attr, uattr, in SYSCALL_DEFINE3()
4454 err = bpf_obj_get_next_id(&attr, uattr, in SYSCALL_DEFINE3()
4458 err = bpf_obj_get_next_id(&attr, uattr, in SYSCALL_DEFINE3()
4508 err = bpf_obj_get_next_id(&attr, uattr, in SYSCALL_DEFINE3()