Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dbpf_lsm.c39 if (!prog->gpl_compatible) { in BTF_SET_END()
H A Dsyscall.c2213 prog->gpl_compatible = is_gpl ? 1 : 0; in bpf_prog_load()
3440 info.gpl_compatible = prog->gpl_compatible; in bpf_prog_get_info_by_fd()
H A Dverifier.c5350 if (!env->prog->gpl_compatible && fn->gpl_only) { in check_helper_call()
11906 if (!prog->gpl_compatible) { in check_struct_ops_btf_id()
/OK3568_Linux_fs/kernel/scripts/mod/
H A Dmodpost.h120 int gpl_compatible; member
H A Dmodpost.c177 mod->gpl_compatible = -1; in new_module()
2024 mod->gpl_compatible = 1; in read_symbols()
2026 mod->gpl_compatible = 0; in read_symbols()
2209 if (!mod->gpl_compatible) in check_exports()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dbpf.h2645 __u32 gpl_compatible:1; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dbpf.h2645 __u32 gpl_compatible:1; member
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dprog.c368 jsonw_bool_field(json_wtr, "gpl_compatible", info->gpl_compatible); in print_prog_header_json()
447 printf("%s", info->gpl_compatible ? " gpl" : ""); in print_prog_header_plain()
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/Documentation/
H A Dbpftool-prog.rst245 "gpl_compatible": true,
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h4377 __u32 gpl_compatible:1; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h4377 __u32 gpl_compatible:1; member
/OK3568_Linux_fs/kernel/include/linux/
H A Dfilter.h544 gpl_compatible:1, /* Is filter GPL compatible? */ member