Home
last modified time | relevance | path

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

/linux/tools/bpf/bpftool/skeleton/
H A Dpid_iter.bpf.c12 BPF_OBJ_PROG, enumerator
42 case BPF_OBJ_PROG: in get_obj_id()
78 case BPF_OBJ_PROG: in iter()
/linux/tools/bpf/bpftool/
H A Dbtf.c1209 [BPF_OBJ_PROG] = "prog", in build_btf_type_table()
1221 case BPF_OBJ_PROG: in build_btf_type_table()
1244 case BPF_OBJ_PROG: in build_btf_type_table()
1265 if (type == BPF_OBJ_PROG) in build_btf_type_table()
1277 case BPF_OBJ_PROG: in build_btf_type_table()
1316 err = build_btf_type_table(btf_prog_table, BPF_OBJ_PROG, &prog_info, in build_btf_tables()
H A Dcommon.c402 [BPF_OBJ_PROG] = "prog", in get_fd_type_name()
478 return BPF_OBJ_PROG; in get_fd_type()
938 (*fds)[0] = open_obj_pinned_any(path, BPF_OBJ_PROG, NULL); in prog_parse_fds()