Home
last modified time | relevance | path

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

/external/iproute2/examples/bpf/
Dbpf_graft.c66 BPF_LICENSE("GPL");
Dbpf_cyclic.c35 BPF_LICENSE("GPL");
Dbpf_shared.c53 BPF_LICENSE("GPL");
Dbpf_map_in_map.c56 BPF_LICENSE("GPL");
Dbpf_tailcall.c116 BPF_LICENSE("GPL");
/external/iproute2/include/
Dbpf_api.h107 #ifndef BPF_LICENSE
108 # define BPF_LICENSE(NAME) \ macro
/external/bcc/docs/
Dreference_guide.md867 The special BCC macro `BPF_LICENSE` specifies the license of the BPF program. You can set the licen…
871 #define BPF_LICENSE GPL
878 #define BPF_LICENSE Dual BSD/GPL
1557 …_stackid()`, a GPL-only BPF helper, from a proprietary program (`#define BPF_LICENSE Proprietary`):