Searched refs:gpl_compatible (Results 1 – 10 of 10) sorted by relevance
119 int gpl_compatible; member
190 mod->gpl_compatible = -1; in new_module()2016 mod->gpl_compatible = 1; in read_symbols()2018 mod->gpl_compatible = 0; in read_symbols()2178 if (!mod->gpl_compatible) in check_exports()
41 if (!prog->gpl_compatible) { in BTF_SET_END()
2323 prog->gpl_compatible = is_gpl ? 1 : 0; in bpf_prog_load()3639 info.gpl_compatible = prog->gpl_compatible; in bpf_prog_get_info_by_fd()
1822 if (!env->prog->gpl_compatible) { in add_kfunc_call()6411 if (!env->prog->gpl_compatible && fn->gpl_only) { in check_helper_call()13504 if (!prog->gpl_compatible) { in check_struct_ops_btf_id()
374 jsonw_bool_field(json_wtr, "gpl_compatible", info->gpl_compatible); in print_prog_header_json()454 printf("%s", info->gpl_compatible ? " gpl" : ""); in print_prog_header_plain()
262 "gpl_compatible": true,
5624 __u32 gpl_compatible:1; member
566 gpl_compatible:1, /* Is filter GPL compatible? */ member
Completed in 80 milliseconds