Home
last modified time | relevance | path

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

/linux-4.1.27/scripts/mod/
Dmodpost.h108 int gpl_compatible; member
Dmodpost.c146 mod->gpl_compatible = -1; in new_module()
1949 mod->gpl_compatible = 1; in read_symbols()
1951 mod->gpl_compatible = 0; in read_symbols()
2091 if (!mod->gpl_compatible) in check_exports()
/linux-4.1.27/include/linux/
Dfilter.h311 bool gpl_compatible; /* Is our filter GPL compatible? */ member
/linux-4.1.27/kernel/bpf/
Dsyscall.c519 prog->gpl_compatible = is_gpl; in bpf_prog_load()
Dverifier.c860 if (!env->prog->gpl_compatible && fn->gpl_only) { in check_call()