Searched defs:license (Results 1 – 13 of 13) sorted by relevance
/Linux-v4.19/include/linux/ |
D | license.h | 4 static inline int license_is_gpl_compatible(const char *license) in license_is_gpl_compatible()
|
/Linux-v4.19/tools/perf/include/bpf/ |
D | bpf.h | 29 #define license(name) \ macro
|
/Linux-v4.19/tools/lib/bpf/ |
D | bpf.h | 67 const char *license; member
|
D | bpf.c | 223 size_t insns_cnt, const char *license, in bpf_load_program() 243 const char *license, __u32 kern_version, in bpf_verify_program()
|
D | libbpf.c | 184 char license[64]; member 1309 char *license, u32 kern_version, int *pfd, int prog_ifindex) in load_program() 1380 char *license, u32 kern_version) in bpf_program__load()
|
/Linux-v4.19/tools/perf/tests/ |
D | bpf.c | 300 char license[] = "GPL"; in check_env() local
|
/Linux-v4.19/samples/bpf/ |
D | bpf_load.c | 33 static char license[128]; variable
|
/Linux-v4.19/drivers/net/can/softing/ |
D | softing.h | 69 uint16_t fw_version, hw_version, license, serial; member
|
/Linux-v4.19/kernel/bpf/ |
D | syscall.c | 1338 char license[128]; in bpf_prog_load() local
|
/Linux-v4.19/scripts/mod/ |
D | modpost.c | 1936 char *license; in read_symbols() local
|
/Linux-v4.19/include/uapi/linux/ |
D | bpf.h | 319 __aligned_u64 license; member
|
/Linux-v4.19/tools/include/uapi/linux/ |
D | bpf.h | 319 __aligned_u64 license; member
|
/Linux-v4.19/kernel/ |
D | module.c | 2447 static void set_license(struct module *mod, const char *license) in set_license()
|