Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/lib/bpf/
A Dbpf_helpers.h180 #ifndef ___bpf_concat
181 #define ___bpf_concat(a, b) a ## b macro
184 #define ___bpf_apply(fn, n) ___bpf_concat(fn, n)
A Dbpf_tracing.h620 #ifndef ___bpf_concat
621 #define ___bpf_concat(a, b) a ## b macro
624 #define ___bpf_apply(fn, n) ___bpf_concat(fn, n)

Completed in 7 milliseconds