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

/linux-master/tools/lib/bpf/
H A Dbpf_core_read.h158 extern typeof(type) *___concat(bpf_type_tmp_, NR); \
159 ___concat(bpf_type_tmp_, NR); \
339 #define ___concat(a, b) a ## b macro
340 #define ___apply(fn, n) ___concat(fn, n)

Completed in 88 milliseconds