Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbpf_lsm.c125 if (!prog->gpl_compatible) { in bpf_lsm_verify_prog()
H A Dsyscall.c3084 prog->gpl_compatible = license_is_gpl_compatible(license) ? 1 : 0; in BTF_ID_LIST_GLOBAL_SINGLE()
5128 info.gpl_compatible = prog->gpl_compatible; in bpf_prog_get_info_by_fd()
H A Dverifier.c2824 if (!env->prog->gpl_compatible) { in bpf_add_kfunc_call()
5959 if (!env->prog->gpl_compatible && btf_is_kernel(reg->btf)) { in check_ptr_to_btf_access()
10768 if (!env->prog->gpl_compatible && fn->gpl_only) { in check_helper_call()
19566 if (!prog->gpl_compatible) { in check_struct_ops_btf_id()
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-prog.rst282 "gpl_compatible": true,
/linux/tools/include/uapi/linux/
H A Dbpf.h6778 __u32 gpl_compatible:1; member
/linux/include/uapi/linux/
H A Dbpf.h6778 __u32 gpl_compatible:1; member
/linux/include/linux/
H A Dbpf.h1869 gpl_compatible:1, /* Is filter GPL compatible? */ member