Searched refs:bpf_map_get_curr_or_next (Results 1 – 2 of 2) sorted by relevance
18 map = bpf_map_get_curr_or_next(&info->map_id); in bpf_map_seq_start()34 return bpf_map_get_curr_or_next(&info->map_id); in bpf_map_seq_next()
3190 struct bpf_map *bpf_map_get_curr_or_next(u32 *id) in bpf_map_get_curr_or_next() function