/kernel/linux/linux-5.10/include/linux/ |
H A D | license.h | 5 static inline int license_is_gpl_compatible(const char *license) in license_is_gpl_compatible() argument
|
H A D | module.h | 604 } license; global() member [all...] |
/kernel/linux/linux-6.6/include/linux/ |
H A D | license.h | 5 static inline int license_is_gpl_compatible(const char *license) in license_is_gpl_compatible() argument
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_stub.c | 25 bpf_test_load_program(enum bpf_prog_type type, const struct bpf_insn *insns, size_t insns_cnt, const char *license, __u32 kern_version, char *log_buf, size_t log_buf_sz) bpf_test_load_program() argument
|
/kernel/linux/linux-5.10/tools/perf/include/bpf/ |
H A D | bpf.h | 61 #define license(name) \ macro
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | syscall.c | 63 static char license[] = "GPL"; in bpf_prog() local
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | bpf.c | 308 char license[] = "GPL"; in check_env() local
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | bpf.h | 80 const char *license; member
|
H A D | bpf.c | 329 bpf_load_program(enum bpf_prog_type type, const struct bpf_insn *insns, size_t insns_cnt, const char *license, __u32 kern_version, char *log_buf, size_t log_buf_sz) bpf_load_program() argument 348 bpf_verify_program(enum bpf_prog_type type, const struct bpf_insn *insns, size_t insns_cnt, __u32 prog_flags, const char *license, __u32 kern_version, char *log_buf, size_t log_buf_sz, int log_level) bpf_verify_program() argument
|
/kernel/linux/linux-6.6/drivers/media/i2c/ccs/ |
H A D | ccs-data.h | 222 char *license; member
|
H A D | ccs-data.c | 769 char *license; in ccs_data_parse_license() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf_dump.c | 841 char license[4] = "GPL"; in test_btf_dump_datasec_data() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | testing_helpers.c | 295 bpf_test_load_program(enum bpf_prog_type type, const struct bpf_insn *insns, size_t insns_cnt, const char *license, __u32 kern_version, char *log_buf, size_t log_buf_sz) bpf_test_load_program() argument
|
/kernel/linux/linux-5.10/drivers/net/can/softing/ |
H A D | softing.h | 69 uint16_t fw_version, hw_version, license, serial; member
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | bpf_load.c | 32 static char license[128]; variable
|
/kernel/linux/linux-6.6/drivers/net/can/softing/ |
H A D | softing.h | 69 uint16_t fw_version, hw_version, license, serial; member
|
/kernel/linux/linux-6.6/kernel/module/ |
H A D | internal.h | 102 enum mod_license license; member
|
H A D | main.c | 88 enum mod_license license; member 1577 static void module_license_taint_check(struct module *mod, const char *license) in module_license_taint_check() argument [all...] |
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | gen_loader.c | 934 bpf_gen__prog_load(struct bpf_gen *gen, enum bpf_prog_type prog_type, const char *prog_name, const char *license, struct bpf_insn *insns, size_t insn_cnt, struct bpf_prog_load_opts *load_attr, int prog_idx) bpf_gen__prog_load() argument
|
H A D | bpf.c | 230 bpf_prog_load(enum bpf_prog_type prog_type, const char *prog_name, const char *license, const struct bpf_insn *insns, size_t insn_cnt, struct bpf_prog_load_opts *opts) bpf_prog_load() argument
|
/kernel/linux/linux-5.10/scripts/mod/ |
H A D | modpost.c | 2025 char *license; in read_symbols() local [all...] |
/kernel/linux/linux-6.6/scripts/mod/ |
H A D | modpost.c | 1705 char *license; in read_symbols() local [all...] |
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | syscall.c | 2131 char license[128]; in bpf_prog_load() local
|
/kernel/linux/linux-5.10/kernel/ |
H A D | module.c | 504 enum mod_license license; member 595 find_symbol(const char *name, struct module **owner, const s32 **crc, enum mod_license *license, bool gplok, bool warn) find_symbol() argument 1468 enum mod_license license; resolve_symbol() local 2276 enum mod_license license; __symbol_get() local 2579 set_license(struct module *mod, const char *license) set_license() argument [all...] |
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | syscall.c | 2589 char license[128]; in bpf_prog_load() local
|