/tools/testing/selftests/bpf/progs/ |
D | syscall.c | 63 static char license[] = "GPL"; in bpf_prog() local 97 prog_load_attr.license = (long) license; in bpf_prog()
|
/tools/testing/selftests/bpf/ |
D | testing_helpers.h | 17 size_t insns_cnt, const char *license,
|
D | testing_helpers.c | 296 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/ |
D | test-bpf.c | 36 attr.license = 0; in main()
|
/tools/lib/bpf/ |
D | bpf_gen_internal.h | 64 const char *license, struct bpf_insn *insns, size_t insn_cnt,
|
D | gen_loader.c | 936 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()
|
D | skel_internal.h | 334 attr.license = (long) "Dual BSD/GPL"; in bpf_load_and_run()
|
D | bpf.c | 122 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()
|
D | bpf.h | 110 const char *prog_name, const char *license,
|
D | libbpf.c | 634 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/ |
D | obj_name.c | 36 attr.license = ptr_to_u64(""); in test_obj_name()
|
D | btf_dump.c | 841 char license[4] = "GPL"; in test_btf_dump_datasec_data() local 854 license, sizeof(license)); in test_btf_dump_datasec_data()
|
/tools/perf/util/ |
D | setup.py | 111 license='GPLv2',
|
/tools/testing/selftests/net/ |
D | reuseport_bpf_numa.c | 91 attr.license = (unsigned long) &bpf_license; in attach_bpf()
|
D | reuseport_bpf.c | 114 attr.license = (unsigned long) &bpf_license; in attach_ebpf() 357 eprog.license = (unsigned long) &bpf_license; in test_filter_no_reuseport()
|
D | psock_fanout.c | 167 attr.license = (unsigned long) "GPL"; in sock_fanout_set_ebpf()
|
/tools/usb/usbip/ |
D | COPYING | 7 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/ |
D | nlspec.py | 374 self.license = first[len(prefix):]
|
/tools/bpf/bpftool/ |
D | common.c | 113 attr.license = ptr_to_u64("GPL"); in known_to_need_rlimit()
|
/tools/testing/selftests/filesystems/fuse/ |
D | bpf_loader.c | 798 .license = ptr_to_u64("GPL"), in install_elf_bpf()
|
/tools/include/uapi/linux/ |
D | bpf.h | 1436 __aligned_u64 license; member
|
/tools/net/ynl/ |
D | ynl-gen-c.py | 2345 if parsed.license != '((GPL-2.0 WITH Linux-syscall-note) OR BSD-3-Clause)': 2346 print('Spec license:', parsed.license)
|
/tools/power/cpupower/po/ |
D | ka.po | 4 # This file is distributed under the same license as the cpufrequtils package.
|
D | fr.po | 3 # This file is distributed under the same license as the cpufrequtils package.
|
D | it.po | 3 # This file is distributed under the same license as the cpufrequtils package.
|