Home
last modified time | relevance | path

Searched defs:start_id (Results 1 – 2 of 2) sorted by relevance

/tools/lib/bpf/
Dbpf.c571 static int bpf_obj_get_next_id(__u32 start_id, __u32 *next_id, int cmd) in bpf_obj_get_next_id()
586 int bpf_prog_get_next_id(__u32 start_id, __u32 *next_id) in bpf_prog_get_next_id()
591 int bpf_map_get_next_id(__u32 start_id, __u32 *next_id) in bpf_map_get_next_id()
596 int bpf_btf_get_next_id(__u32 start_id, __u32 *next_id) in bpf_btf_get_next_id()
/tools/include/uapi/linux/
Dbpf.h461 __u32 start_id; member