Home
last modified time | relevance | path

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

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