Searched refs:BPF_OBJ_PROG (Results 1 – 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/tools/bpf/bpftool/skeleton/ |
D | pid_iter.bpf.c | 12 BPF_OBJ_PROG, enumerator 28 case BPF_OBJ_PROG: in get_obj_id() 53 case BPF_OBJ_PROG: in iter()
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
D | btf.c | 619 [BPF_OBJ_PROG] = "prog", in build_btf_type_table() 629 case BPF_OBJ_PROG: in build_btf_type_table() 652 case BPF_OBJ_PROG: in build_btf_type_table() 682 case BPF_OBJ_PROG: in build_btf_type_table() 725 err = build_btf_type_table(btf_prog_table, BPF_OBJ_PROG, &prog_info, in build_btf_tables()
|
D | common.c | 288 [BPF_OBJ_PROG] = "prog", in get_fd_type_name() 319 return BPF_OBJ_PROG; in get_fd_type() 766 (*fds)[0] = open_obj_pinned_any(path, BPF_OBJ_PROG); in prog_parse_fds()
|
D | main.h | 78 BPF_OBJ_PROG, enumerator
|
D | prog.c | 564 build_pinned_obj_table(&prog_table, BPF_OBJ_PROG); in do_show() 565 build_obj_refs_table(&refs_table, BPF_OBJ_PROG); in do_show()
|