Home
last modified time | relevance | path

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

/tools/lib/bpf/
Dbpf.c882 static int bpf_obj_get_next_id(__u32 start_id, __u32 *next_id, int cmd) in bpf_obj_get_next_id()
897 int bpf_prog_get_next_id(__u32 start_id, __u32 *next_id) in bpf_prog_get_next_id()
902 int bpf_map_get_next_id(__u32 start_id, __u32 *next_id) in bpf_map_get_next_id()
907 int bpf_btf_get_next_id(__u32 start_id, __u32 *next_id) in bpf_btf_get_next_id()
912 int bpf_link_get_next_id(__u32 start_id, __u32 *next_id) in bpf_link_get_next_id()
Dlinker.c2236 int i, j, n, start_id, id; in linker_append_btf() local
Dbtf.c102 int start_id; member
/tools/bpf/bpftool/
Dbtf.c382 int start_id = 1; in dump_btf_raw() local
/tools/include/uapi/linux/
Dbpf.h1383 __u32 start_id; member