Home
last modified time | relevance | path

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

/linux-6.12.1/tools/lib/bpf/
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)