Home
last modified time | relevance | path

Searched refs:license (Results 1 – 25 of 29) sorted by relevance

12

/tools/testing/selftests/bpf/progs/
Dsyscall.c63 static char license[] = "GPL"; in bpf_prog() local
97 prog_load_attr.license = (long) license; in bpf_prog()
/tools/testing/selftests/bpf/
Dtesting_helpers.h17 size_t insns_cnt, const char *license,
Dtesting_helpers.c296 size_t insns_cnt, const char *license, in bpf_test_load_program() argument
308 return bpf_prog_load(type, NULL, license, insns, insns_cnt, &opts); in bpf_test_load_program()
/tools/build/feature/
Dtest-bpf.c36 attr.license = 0; in main()
/tools/lib/bpf/
Dbpf_gen_internal.h64 const char *license, struct bpf_insn *insns, size_t insn_cnt,
Dgen_loader.c936 const char *license, struct bpf_insn *insns, size_t insn_cnt, in bpf_gen__prog_load() argument
947 license_off = add_data(gen, license, strlen(license) + 1); in bpf_gen__prog_load()
978 emit_rel_store(gen, attr_field(prog_load_attr, license), license_off); in bpf_gen__prog_load()
Dskel_internal.h334 attr.license = (long) "Dual BSD/GPL"; in bpf_load_and_run()
Dbpf.c122 attr.license = ptr_to_u64("GPL"); in probe_memcg_account()
231 const char *prog_name, const char *license, in bpf_prog_load() argument
267 attr.license = ptr_to_u64(license); in bpf_prog_load()
Dbpf.h110 const char *prog_name, const char *license,
Dlibbpf.c634 char license[64]; member
1420 libbpf_strlcpy(obj->license, data, min(size + 1, sizeof(obj->license))); in bpf_object__init_license()
1421 pr_debug("license of %s is %s\n", obj->path, obj->license); in bpf_object__init_license()
4558 attr.license = ptr_to_u64("GPL"); in probe_kern_prog_name()
6887 const char *license, __u32 kern_version, int *prog_fd) in bpf_object_load_prog() argument
6951 license, insns, insns_cnt, &load_attr, in bpf_object_load_prog()
6989 ret = bpf_prog_load(prog->type, prog_name, license, insns, insns_cnt, &load_attr); in bpf_object_load_prog()
7330 obj->license, obj->kern_version, &prog->fd); in bpf_object__load_progs()
/tools/testing/selftests/bpf/prog_tests/
Dobj_name.c36 attr.license = ptr_to_u64(""); in test_obj_name()
Dbtf_dump.c841 char license[4] = "GPL"; in test_btf_dump_datasec_data() local
854 license, sizeof(license)); in test_btf_dump_datasec_data()
/tools/perf/util/
Dsetup.py111 license='GPLv2',
/tools/testing/selftests/net/
Dreuseport_bpf_numa.c91 attr.license = (unsigned long) &bpf_license; in attach_bpf()
Dreuseport_bpf.c114 attr.license = (unsigned long) &bpf_license; in attach_ebpf()
357 eprog.license = (unsigned long) &bpf_license; in test_filter_no_reuseport()
Dpsock_fanout.c167 attr.license = (unsigned long) "GPL"; in sock_fanout_set_ebpf()
/tools/usb/usbip/
DCOPYING7 of this license document, but changing it is not allowed.
40 (2) offer you this license which gives you legal permission to copy,
190 Program), the recipient automatically receives a license from the
205 license would not permit royalty-free redistribution of the Program by
219 implemented by public license practices. Many people have made
/tools/net/ynl/lib/
Dnlspec.py374 self.license = first[len(prefix):]
/tools/bpf/bpftool/
Dcommon.c113 attr.license = ptr_to_u64("GPL"); in known_to_need_rlimit()
/tools/testing/selftests/filesystems/fuse/
Dbpf_loader.c798 .license = ptr_to_u64("GPL"), in install_elf_bpf()
/tools/include/uapi/linux/
Dbpf.h1436 __aligned_u64 license; member
/tools/net/ynl/
Dynl-gen-c.py2345 if parsed.license != '((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)':
2346 print('Spec license:', parsed.license)
/tools/power/cpupower/po/
Dka.po4 # This file is distributed under the same license as the cpufrequtils package.
Dfr.po3 # This file is distributed under the same license as the cpufrequtils package.
Dit.po3 # This file is distributed under the same license as the cpufrequtils package.

12