Searched refs:gpl_compatible (Results 1 – 5 of 5) sorted by relevance
108 int gpl_compatible; member
146 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()
311 bool gpl_compatible; /* Is our filter GPL compatible? */ member
519 prog->gpl_compatible = is_gpl; in bpf_prog_load()
860 if (!env->prog->gpl_compatible && fn->gpl_only) { in check_call()