Home
last modified time | relevance | path

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

/tools/bpf/bpftool/skeleton/
Dpid_iter.bpf.c10 enum bpf_obj_type { enum
23 const volatile enum bpf_obj_type obj_type = BPF_OBJ_UNKNOWN;
25 static __always_inline __u32 get_obj_id(void *ent, enum bpf_obj_type type) in get_obj_id()
/tools/bpf/bpftool/
Dmain.h75 enum bpf_obj_type { enum
141 enum bpf_obj_type type);
144 enum bpf_obj_type type);
162 const char *get_fd_type_name(enum bpf_obj_type type);
165 int open_obj_pinned_any(const char *path, enum bpf_obj_type exp_type);
Dcommon.c200 int open_obj_pinned_any(const char *path, enum bpf_obj_type exp_type) in open_obj_pinned_any()
202 enum bpf_obj_type type; in open_obj_pinned_any()
294 const char *get_fd_type_name(enum bpf_obj_type type) in get_fd_type_name()
400 static enum bpf_obj_type build_fn_type;
408 enum bpf_obj_type objtype; in do_build_table_cb()
448 enum bpf_obj_type type) in build_pinned_obj_table()
Dpids.c16 int build_obj_refs_table(struct obj_refs_table *table, enum bpf_obj_type type) in build_obj_refs_table()
90 int build_obj_refs_table(struct obj_refs_table *table, enum bpf_obj_type type) in build_obj_refs_table()
Dbtf.c650 build_btf_type_table(struct btf_attach_table *tab, enum bpf_obj_type type, in build_btf_type_table()