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

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

Completed in 371 milliseconds