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

/linux-master/tools/lib/bpf/
H A Dbpf.c1011 static int bpf_obj_get_next_id(__u32 start_id, __u32 *next_id, int cmd) function
1029 return bpf_obj_get_next_id(start_id, next_id, BPF_PROG_GET_NEXT_ID);
1034 return bpf_obj_get_next_id(start_id, next_id, BPF_MAP_GET_NEXT_ID);
1039 return bpf_obj_get_next_id(start_id, next_id, BPF_BTF_GET_NEXT_ID);
1044 return bpf_obj_get_next_id(start_id, next_id, BPF_LINK_GET_NEXT_ID);
/linux-master/kernel/bpf/
H A Dsyscall.c4277 static int bpf_obj_get_next_id(const union bpf_attr *attr, function
5681 err = bpf_obj_get_next_id(&attr, uattr.user,
5685 err = bpf_obj_get_next_id(&attr, uattr.user,
5689 err = bpf_obj_get_next_id(&attr, uattr.user,
5739 err = bpf_obj_get_next_id(&attr, uattr.user,

Completed in 257 milliseconds