Searched refs:is_gpl (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/kernel/bpf/
H A Dsyscall.c627 bool is_gpl; bpf_prog_load() local
639 is_gpl = license_is_gpl_compatible(license); bpf_prog_load()
671 prog->gpl_compatible = is_gpl ? 1 : 0; bpf_prog_load()

Completed in 60 milliseconds