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

/linux-master/tools/lib/bpf/
H A Dbpf_helpers.h16 #define __ulong(name, val) enum { ___bpf_concat(__unique_value, __COUNTER__) = val } name
198 #ifndef ___bpf_concat
199 #define ___bpf_concat(a, b) a ## b macro
202 #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 196 milliseconds