Home
last modified time | relevance | path

Searched refs:license_is_gpl_compatible (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/include/linux/
Dlicense.h5 static inline int license_is_gpl_compatible(const char *license) in license_is_gpl_compatible() function
/linux-6.1.9/scripts/mod/
Dmodpost.c1801 if (!license_is_gpl_compatible(license)) { in read_symbols()
/linux-6.1.9/kernel/module/
Dmain.c1516 if (!license_is_gpl_compatible(license)) { in set_license()
/linux-6.1.9/kernel/bpf/
Dsyscall.c2494 is_gpl = license_is_gpl_compatible(license); in bpf_prog_load()