Home
last modified time | relevance | path

Searched defs:license (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/include/linux/
Dlicense.h4 static inline int license_is_gpl_compatible(const char *license) in license_is_gpl_compatible()
/linux-4.1.27/samples/bpf/
Dlibbpf.c84 const char *license, int kern_version) in bpf_prog_load()
Dbpf_load.c25 static char license[128]; variable
/linux-4.1.27/kernel/bpf/
Dsyscall.c481 char license[128]; in bpf_prog_load() local
/linux-4.1.27/include/uapi/linux/
Dbpf.h155 __aligned_u64 license; member
/linux-4.1.27/drivers/net/can/softing/
Dsofting.h68 uint16_t fw_version, hw_version, license, serial; member
/linux-4.1.27/scripts/mod/
Dmodpost.c1925 char *license; in read_symbols() local
/linux-4.1.27/kernel/
Dmodule.c2132 static void set_license(struct module *mod, const char *license) in set_license()