Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/bpf/
Dsyscall.c482 bool is_gpl; in bpf_prog_load() local
494 is_gpl = license_is_gpl_compatible(license); in bpf_prog_load()
519 prog->gpl_compatible = is_gpl; in bpf_prog_load()