Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dlicense.h4 static inline int license_is_gpl_compatible(const char *license) in license_is_gpl_compatible()
/Linux-v4.19/tools/perf/include/bpf/
Dbpf.h29 #define license(name) \ macro
/Linux-v4.19/tools/lib/bpf/
Dbpf.h67 const char *license; member
Dbpf.c223 size_t insns_cnt, const char *license, in bpf_load_program()
243 const char *license, __u32 kern_version, in bpf_verify_program()
Dlibbpf.c184 char license[64]; member
1309 char *license, u32 kern_version, int *pfd, int prog_ifindex) in load_program()
1380 char *license, u32 kern_version) in bpf_program__load()
/Linux-v4.19/tools/perf/tests/
Dbpf.c300 char license[] = "GPL"; in check_env() local
/Linux-v4.19/samples/bpf/
Dbpf_load.c33 static char license[128]; variable
/Linux-v4.19/drivers/net/can/softing/
Dsofting.h69 uint16_t fw_version, hw_version, license, serial; member
/Linux-v4.19/kernel/bpf/
Dsyscall.c1338 char license[128]; in bpf_prog_load() local
/Linux-v4.19/scripts/mod/
Dmodpost.c1936 char *license; in read_symbols() local
/Linux-v4.19/include/uapi/linux/
Dbpf.h319 __aligned_u64 license; member
/Linux-v4.19/tools/include/uapi/linux/
Dbpf.h319 __aligned_u64 license; member
/Linux-v4.19/kernel/
Dmodule.c2447 static void set_license(struct module *mod, const char *license) in set_license()