Searched refs:gpl_compatible (Results 1 – 10 of 10) sorted by relevance
39 if (!prog->gpl_compatible) { in BTF_SET_END()
2190 prog->gpl_compatible = is_gpl ? 1 : 0; in bpf_prog_load()3415 info.gpl_compatible = prog->gpl_compatible; in bpf_prog_get_info_by_fd()
5021 if (!env->prog->gpl_compatible && fn->gpl_only) { in check_helper_call()
119 int gpl_compatible; member
180 mod->gpl_compatible = -1; in new_module()2020 mod->gpl_compatible = 1; in read_symbols()2022 mod->gpl_compatible = 0; in read_symbols()2211 if (!mod->gpl_compatible) in check_exports()
366 jsonw_bool_field(json_wtr, "gpl_compatible", info->gpl_compatible); in print_prog_header_json()445 printf("%s", info->gpl_compatible ? " gpl" : ""); in print_prog_header_plain()
245 "gpl_compatible": true,
4376 __u32 gpl_compatible:1; member
529 gpl_compatible:1, /* Is filter GPL compatible? */ member