Home
last modified time | relevance | path

Searched refs:gpl_compatible (Results 1 – 8 of 8) sorted by relevance

/openbmc/linux/kernel/bpf/
H A Dbpf_lsm.c100 if (!prog->gpl_compatible) { in bpf_lsm_verify_prog()
H A Dsyscall.c2711 prog->gpl_compatible = license_is_gpl_compatible(license) ? 1 : 0; in bpf_prog_load()
4375 info.gpl_compatible = prog->gpl_compatible; in bpf_prog_get_info_by_fd()
H A Dverifier.c2868 if (!env->prog->gpl_compatible) { in add_kfunc_call()
6400 if (!env->prog->gpl_compatible && btf_is_kernel(reg->btf)) { in check_ptr_to_btf_access()
9986 if (!env->prog->gpl_compatible && fn->gpl_only) { in check_helper_call()
19740 if (!prog->gpl_compatible) { in check_struct_ops_btf_id()
/openbmc/linux/tools/bpf/bpftool/
H A Dprog.c436 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()
/openbmc/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-prog.rst279 "gpl_compatible": true,
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h6418 __u32 gpl_compatible:1; member
/openbmc/linux/include/uapi/linux/
H A Dbpf.h6418 __u32 gpl_compatible:1; member
/openbmc/linux/include/linux/
H A Dbpf.h1485 gpl_compatible:1, /* Is filter GPL compatible? */ member