Searched refs:gpl_compatible (Results 1 – 8 of 8) sorted by relevance
100 if (!prog->gpl_compatible) { in bpf_lsm_verify_prog()
2708 prog->gpl_compatible = license_is_gpl_compatible(license) ? 1 : 0; in bpf_prog_load()4337 info.gpl_compatible = prog->gpl_compatible; in bpf_prog_get_info_by_fd()
2866 if (!env->prog->gpl_compatible) { in add_kfunc_call()6387 if (!env->prog->gpl_compatible && btf_is_kernel(reg->btf)) { in check_ptr_to_btf_access()9962 if (!env->prog->gpl_compatible && fn->gpl_only) { in check_helper_call()19712 if (!prog->gpl_compatible) { in check_struct_ops_btf_id()
436 jsonw_bool_field(json_wtr, "gpl_compatible", info->gpl_compatible); in print_prog_header_json()521 printf("%s", info->gpl_compatible ? " gpl" : ""); in print_prog_header_plain()
279 "gpl_compatible": true,
6418 __u32 gpl_compatible:1; member
1483 gpl_compatible:1, /* Is filter GPL compatible? */ member