Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dlicense.h4 static inline int license_is_gpl_compatible(const char *license) in license_is_gpl_compatible()
/linux-4.4.14/tools/lib/bpf/
Dbpf.c59 size_t insns_cnt, char *license, in bpf_load_program()
Dlibbpf.c165 char license[64]; member
813 char *license, u32 kern_version, int *pfd) in load_program()
861 char *license, u32 kern_version) in bpf_program__load()
/linux-4.4.14/samples/bpf/
Dlibbpf.c84 const char *license, int kern_version) in bpf_prog_load()
Dbpf_load.c26 static char license[128]; variable
/linux-4.4.14/drivers/net/can/softing/
Dsofting.h68 uint16_t fw_version, hw_version, license, serial; member
/linux-4.4.14/kernel/bpf/
Dsyscall.c626 char license[128]; in bpf_prog_load() local
/linux-4.4.14/include/uapi/linux/
Dbpf.h123 __aligned_u64 license; member
/linux-4.4.14/scripts/mod/
Dmodpost.c1929 char *license; in read_symbols() local
/linux-4.4.14/kernel/
Dmodule.c2303 static void set_license(struct module *mod, const char *license) in set_license()