Home
last modified time | relevance | path

Searched refs:___bpf_concat (Results 1 - 2 of 2) sorted by relevance

/third_party/libbpf/src/
H A Dbpf_helpers.h191 #ifndef ___bpf_concat
192 #define ___bpf_concat(a, b) a ## b macro
195 #define ___bpf_apply(fn, n) ___bpf_concat(fn, n)
H A Dbpf_tracing.h622 #ifndef ___bpf_concat
623 #define ___bpf_concat(a, b) a ## b macro
626 #define ___bpf_apply(fn, n) ___bpf_concat(fn, n)

Completed in 3 milliseconds