Home
last modified time | relevance | path

Searched refs:gpl_compatible (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/scripts/mod/
Dmodpost.h114 int gpl_compatible; member
Dmodpost.c147 mod->gpl_compatible = -1; in new_module()
1953 mod->gpl_compatible = 1; in read_symbols()
1955 mod->gpl_compatible = 0; in read_symbols()
2095 if (!mod->gpl_compatible) in check_exports()
/linux-4.4.14/include/linux/
Dfilter.h328 gpl_compatible:1, /* Is filter GPL compatible? */ member
/linux-4.4.14/kernel/bpf/
Dsyscall.c671 prog->gpl_compatible = is_gpl ? 1 : 0; in bpf_prog_load()
Dverifier.c956 if (!env->prog->gpl_compatible && fn->gpl_only) { in check_call()