Home
last modified time | relevance | path

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

12

/tools/testing/selftests/bpf/
Dtest_stub.c23 size_t insns_cnt, const char *license, in bpf_test_load_program() argument
35 load_attr.license = license; in bpf_test_load_program()
Dtest_verifier_log.c56 attr.license = ptr_to_u64("GPL"); in load()
Dtest_sock.c339 attr.license = "GPL"; in load_sock_prog()
/tools/testing/selftests/bpf/prog_tests/
Draw_tp_writable_test_run.c21 .license = "GPL v2", in test_raw_tp_writable_test_run()
39 .license = "GPL v2", in test_raw_tp_writable_test_run()
Draw_tp_writable_reject_nbd_invalid.c23 .license = "GPL v2", in test_raw_tp_writable_reject_nbd_invalid()
Dobj_name.c36 attr.license = ptr_to_u64(""); in test_obj_name()
/tools/perf/examples/bpf/
Dempty.c3 license(GPL);
Dhello.c9 license(GPL);
D5sec.c49 license(GPL);
Dsys_enter_openat.c33 license(GPL);
Detcsnoop.c76 license(GPL);
Daugmented_syscalls.c169 license(GPL);
Daugmented_raw_syscalls.c294 license(GPL);
/tools/lib/bpf/
Dbpf.h79 const char *license; member
103 const char *license, __u32 kern_version,
108 const char *license, __u32 kern_version,
Dbpf.c233 attr.license = ptr_to_u64(load_attr->license); in bpf_load_program_xattr()
317 size_t insns_cnt, const char *license, in bpf_load_program() argument
329 load_attr.license = license; in bpf_load_program()
336 size_t insns_cnt, __u32 prog_flags, const char *license, in bpf_verify_program() argument
346 attr.license = ptr_to_u64(license); in bpf_verify_program()
Dlibbpf_probes.c112 xattr.license = "GPL"; in probe_load()
Dlibbpf.c239 char license[64]; member
634 memcpy(obj->license, data, min(size, sizeof(obj->license) - 1)); in bpf_object__init_license()
635 pr_debug("license of %s is %s\n", obj->path, obj->license); in bpf_object__init_license()
1968 attr.license = "GPL"; in bpf_object__probe_name()
2025 prg_attr.license = "GPL"; in bpf_object__probe_global_data()
3363 char *license, __u32 kern_version, int *pfd) in load_program() argument
3381 load_attr.license = license; in load_program()
3458 char *license, __u32 kern_version) in bpf_program__load() argument
3484 license, kern_version, &fd); in bpf_program__load()
3514 license, kern_version, &fd); in bpf_program__load()
[all …]
/tools/build/feature/
Dtest-bpf.c30 attr.license = 0; in main()
/tools/perf/include/bpf/
Dbpf.h61 #define license(name) \ macro
/tools/perf/util/
Dsetup.py78 license='GPLv2',
/tools/perf/tests/
Dbpf.c305 char license[] = "GPL"; in check_env() local
320 license, kver_int, NULL, 0); in check_env()
/tools/testing/selftests/net/
Dreuseport_bpf_numa.c91 attr.license = (unsigned long) &bpf_license; in attach_bpf()
Dreuseport_bpf.c116 attr.license = (unsigned long) &bpf_license; in attach_ebpf()
359 eprog.license = (unsigned long) &bpf_license; in test_filter_no_reuseport()
Dpsock_fanout.c153 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

12