Home
last modified time | relevance | path

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

/openbmc/linux/tools/bpf/bpftool/skeleton/
H A Dpid_iter.bpf.c10 enum bpf_obj_type { enum
36 const volatile enum bpf_obj_type obj_type = BPF_OBJ_UNKNOWN;
38 static __always_inline __u32 get_obj_id(void *ent, enum bpf_obj_type type) in get_obj_id()
/openbmc/linux/tools/bpf/bpftool/
H A Dmain.h67 enum bpf_obj_type { enum
116 enum bpf_obj_type type);
119 enum bpf_obj_type type);
141 const char *get_fd_type_name(enum bpf_obj_type type);
144 int open_obj_pinned_any(const char *path, enum bpf_obj_type exp_type);
H A Dcommon.c224 int open_obj_pinned_any(const char *path, enum bpf_obj_type exp_type) in open_obj_pinned_any()
226 enum bpf_obj_type type; in open_obj_pinned_any()
393 const char *get_fd_type_name(enum bpf_obj_type type) in get_fd_type_name()
543 static enum bpf_obj_type build_fn_type;
550 enum bpf_obj_type objtype; in do_build_table_cb()
590 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()
98 int build_obj_refs_table(struct hashmap **map, enum bpf_obj_type type) in build_obj_refs_table()
H A Dbtf.c734 build_btf_type_table(struct hashmap *tab, enum bpf_obj_type type, in build_btf_type_table()