Searched refs:gpl_compatible (Results 1 – 9 of 9) sorted by relevance
120 int gpl_compatible; member
152 mod->gpl_compatible = -1; in new_module()2036 mod->gpl_compatible = 1; in read_symbols()2038 mod->gpl_compatible = 0; in read_symbols()2231 if (!mod->gpl_compatible) in check_exports()
217 jsonw_bool_field(json_wtr, "gpl_compatible", info->gpl_compatible); in print_prog_json()287 printf("%s", info->gpl_compatible ? " gpl" : ""); in print_prog_plain()
3233 __u32 gpl_compatible:1; member
1701 prog->gpl_compatible = is_gpl ? 1 : 0; in bpf_prog_load()2348 info.gpl_compatible = prog->gpl_compatible; in bpf_prog_get_info_by_fd()
3964 if (!env->prog->gpl_compatible && fn->gpl_only) { in check_helper_call()
235 "gpl_compatible": true,
524 gpl_compatible:1, /* Is filter GPL compatible? */ member