Home
last modified time | relevance | path

Searched refs:bpf_obj_type (Results 1 – 4 of 4) sorted by relevance

/linux/tools/bpf/bpftool/skeleton/ !
H A Dpid_iter.bpf.c10 enum bpf_obj_type { enum
37 const volatile enum bpf_obj_type obj_type = BPF_OBJ_UNKNOWN;
39 static __always_inline __u32 get_obj_id(void *ent, enum bpf_obj_type type) in get_obj_id()
/linux/tools/bpf/bpftool/ !
H A Dcommon.c226 int open_obj_pinned_any(const char *path, enum bpf_obj_type exp_type, in open_obj_pinned_any()
229 enum bpf_obj_type type; in open_obj_pinned_any()
396 const char *get_fd_type_name(enum bpf_obj_type type) in get_fd_type_name()
547 static enum bpf_obj_type build_fn_type;
554 enum bpf_obj_type objtype; in do_build_table_cb()
594 enum bpf_obj_type type) in build_pinned_obj_table()
H A Dpids.c19 int build_obj_refs_table(struct hashmap **map, enum bpf_obj_type type) in build_obj_refs_table()
100 int build_obj_refs_table(struct hashmap **map, enum bpf_obj_type type) in build_obj_refs_table()
H A Dbtf.c1114 build_btf_type_table(struct hashmap *tab, enum bpf_obj_type type, in build_btf_type_table()