Searched refs:gpl_compatible (Results 1 – 12 of 12) sorted by relevance
39 if (!prog->gpl_compatible) { in BTF_SET_END()
2213 prog->gpl_compatible = is_gpl ? 1 : 0; in bpf_prog_load()3440 info.gpl_compatible = prog->gpl_compatible; in bpf_prog_get_info_by_fd()
5350 if (!env->prog->gpl_compatible && fn->gpl_only) { in check_helper_call()11906 if (!prog->gpl_compatible) { in check_struct_ops_btf_id()
120 int gpl_compatible; member
177 mod->gpl_compatible = -1; in new_module()2024 mod->gpl_compatible = 1; in read_symbols()2026 mod->gpl_compatible = 0; in read_symbols()2209 if (!mod->gpl_compatible) in check_exports()
2645 __u32 gpl_compatible:1; member
368 jsonw_bool_field(json_wtr, "gpl_compatible", info->gpl_compatible); in print_prog_header_json()447 printf("%s", info->gpl_compatible ? " gpl" : ""); in print_prog_header_plain()
245 "gpl_compatible": true,
4377 __u32 gpl_compatible:1; member
544 gpl_compatible:1, /* Is filter GPL compatible? */ member