Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/bpf/bpftool/skeleton/
A Dpid_iter.bpf.c12 BPF_OBJ_PROG, enumerator
28 case BPF_OBJ_PROG: in get_obj_id()
64 case BPF_OBJ_PROG: in iter()
/linux-6.3-rc2/tools/bpf/bpftool/
A Dbtf.c739 [BPF_OBJ_PROG] = "prog", in build_btf_type_table()
748 case BPF_OBJ_PROG: in build_btf_type_table()
771 case BPF_OBJ_PROG: in build_btf_type_table()
792 if (type == BPF_OBJ_PROG) in build_btf_type_table()
804 case BPF_OBJ_PROG: in build_btf_type_table()
843 err = build_btf_type_table(btf_prog_table, BPF_OBJ_PROG, &prog_info, in build_btf_tables()
A Dcommon.c322 [BPF_OBJ_PROG] = "prog", in get_fd_type_name()
397 return BPF_OBJ_PROG; in get_fd_type()
855 (*fds)[0] = open_obj_pinned_any(path, BPF_OBJ_PROG); in prog_parse_fds()
A Dmain.h69 BPF_OBJ_PROG, enumerator
A Dprog.c644 build_pinned_obj_table(prog_table, BPF_OBJ_PROG); in do_show()
646 build_obj_refs_table(&refs_table, BPF_OBJ_PROG); in do_show()

Completed in 10 milliseconds