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.c122 if (!prog->gpl_compatible) { in bpf_lsm_verify_prog()
H A Dsyscall.c3031 prog->gpl_compatible = license_is_gpl_compatible(license) ? 1 : 0; in bpf_prog_load()
5040 info.gpl_compatible = prog->gpl_compatible; in bpf_prog_get_info_by_fd()
H A Dverifier.c3469 if (!env->prog->gpl_compatible) { in add_kfunc_call()
7399 if (!env->prog->gpl_compatible && btf_is_kernel(reg->btf)) { in check_ptr_to_btf_access()
11669 if (!env->prog->gpl_compatible && fn->gpl_only) { in check_helper_call()
24830 if (!prog->gpl_compatible) { in check_struct_ops_btf_id()
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-prog.rst282 "gpl_compatible": true,
/linux/include/uapi/linux/
H A Dbpf.h6673 __u32 gpl_compatible:1;
6640 __u32 gpl_compatible:1; global() member
/linux/tools/include/uapi/linux/
H A Dbpf.h6673 __u32 gpl_compatible:1;
6640 __u32 gpl_compatible:1; global() member
/linux/include/linux/
H A Dbpf.h1779 gpl_compatible:1, /* Is filter GPL compatible? */ member