Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dlicense.h5 static inline int license_is_gpl_compatible(const char *license) in license_is_gpl_compatible() function
/Linux-v6.6/scripts/mod/
Dmodpost.c1733 if (!license_is_gpl_compatible(license)) { in read_symbols()
/Linux-v6.6/kernel/module/
Dmain.c1582 if (!license_is_gpl_compatible(license)) { in module_license_taint_check()
/Linux-v6.6/kernel/bpf/
Dsyscall.c2676 prog->gpl_compatible = license_is_gpl_compatible(license) ? 1 : 0; in bpf_prog_load()