Searched refs:gpl_compatible (Results 1 – 5 of 5) sorted by relevance
114 int gpl_compatible; member
147 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()
328 gpl_compatible:1, /* Is filter GPL compatible? */ member
671 prog->gpl_compatible = is_gpl ? 1 : 0; in bpf_prog_load()
956 if (!env->prog->gpl_compatible && fn->gpl_only) { in check_call()