Searched refs:gpl_compatible (Results 1 – 8 of 8) sorted by relevance
120 if (!prog->gpl_compatible) { in bpf_lsm_verify_prog()
2794 prog->gpl_compatible = license_is_gpl_compatible(license) ? 1 : 0; in bpf_prog_load()4563 info.gpl_compatible = prog->gpl_compatible; in bpf_prog_get_info_by_fd()
2825 if (!env->prog->gpl_compatible) { in add_kfunc_call()6606 if (!env->prog->gpl_compatible && btf_is_kernel(reg->btf)) { in check_ptr_to_btf_access()10454 if (!env->prog->gpl_compatible && fn->gpl_only) { in check_helper_call()21749 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()522 printf("%s", info->gpl_compatible ? " gpl" : ""); in print_prog_header_plain()
257 "gpl_compatible": true,
6566 __u32 gpl_compatible:1; member
1564 gpl_compatible:1, /* Is filter GPL compatible? */ member