Searched refs:BPF_PROG_TYPE_UNSPEC (Results 1 - 17 of 17) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dfexit_bpf2bpf.c76 err = bpf_prog_test_load(target_obj_file, BPF_PROG_TYPE_UNSPEC,
247 err = bpf_prog_test_load(tgt_obj_file, BPF_PROG_TYPE_UNSPEC,
295 err = bpf_prog_test_load(tgt_name, BPF_PROG_TYPE_UNSPEC,
364 err = bpf_prog_test_load(target_obj_file, BPF_PROG_TYPE_UNSPEC,
H A Dlibbpf_probes.c31 if (prog_type == BPF_PROG_TYPE_UNSPEC)
/linux-master/kernel/bpf/
H A Dmap_iter.c227 return register_btf_kfunc_id_set(BPF_PROG_TYPE_UNSPEC, &bpf_map_iter_kfunc_set);
H A Dmprog.c347 BPF_PROG_TYPE_UNSPEC);
H A Darena.c567 return register_btf_kfunc_id_set(BPF_PROG_TYPE_UNSPEC, &common_kfunc_set);
H A Dsyscall.c3967 return BPF_PROG_TYPE_UNSPEC;
4023 if (ptype == BPF_PROG_TYPE_UNSPEC || ptype != prog->type)
4053 if (ptype == BPF_PROG_TYPE_UNSPEC)
4129 if (ptype == BPF_PROG_TYPE_UNSPEC)
H A Dhelpers.c2654 return ret ?: register_btf_kfunc_id_set(BPF_PROG_TYPE_UNSPEC, &common_kfunc_set);
H A Dbtf.c8111 case BPF_PROG_TYPE_UNSPEC:
/linux-master/tools/lib/bpf/
H A Dlibbpf_probes.c161 case BPF_PROG_TYPE_UNSPEC:
H A Dlibbpf.c192 [BPF_PROG_TYPE_UNSPEC] = "unspec",
791 prog->type = BPF_PROG_TYPE_UNSPEC;
7328 if (prog->type == BPF_PROG_TYPE_UNSPEC) {
/linux-master/tools/testing/selftests/bpf/
H A Dtesting_helpers.c304 if (type != BPF_PROG_TYPE_UNSPEC && bpf_program__type(prog) != type)
/linux-master/tools/bpf/bpftool/
H A Dfeature.c501 bpf_prog_load(BPF_PROG_TYPE_UNSPEC, NULL, NULL, NULL, 0, NULL);
934 unsigned int prog_type = BPF_PROG_TYPE_UNSPEC;
982 unsigned int prog_type = BPF_PROG_TYPE_UNSPEC;
H A Dprog.c1515 enum bpf_prog_type common_prog_type = BPF_PROG_TYPE_UNSPEC;
1544 if (common_prog_type != BPF_PROG_TYPE_UNSPEC) {
1699 if (prog_type == BPF_PROG_TYPE_UNSPEC) {
/linux-master/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.c643 ret = register_btf_kfunc_id_set(BPF_PROG_TYPE_UNSPEC, &bpf_testmod_common_kfunc_set);
/linux-master/include/linux/
H A Dfilter.h851 return prog->type == BPF_PROG_TYPE_UNSPEC;
/linux-master/include/uapi/linux/
H A Dbpf.h1025 BPF_PROG_TYPE_UNSPEC, enumerator in enum:bpf_prog_type
/linux-master/tools/include/uapi/linux/
H A Dbpf.h1025 BPF_PROG_TYPE_UNSPEC, enumerator in enum:bpf_prog_type

Completed in 435 milliseconds